Copy and paste these ChatGPT sales prompts to make your business more profitable:
LLMS
-

LLMs Struggle With Complex Individual Identities in Social Research
By
–
There are many good uses for AIs in social science research, but also many clear cases when they are inappropriate as well. This paper shows how LLMs struggle with portraying complex individual identities (like race or gender), suggesting important limitations for research use.
-
Meta-Llama-3-70B-Instruct Q4 Quantized Model Implementation
By
–
I used the Meta-Llama-3-70B-Instruct.Q4_0.llamafile (quantized at Q4) file from here:
-

Running Llama-3-70B-Instruct locally on M4 Mac
By
–
Pleased to report that the Llamafile release of Llama-3-70B-Instruct works on my 64GB M4 – I had to download the 37GB file, quit a whole bunch of apps to free up RAM, then chmod 755 it, run ./Meta-Llama-3-70B-Instruct.Q4_0.llamafile and visit it on port 8080 on localhost
-

Meta-Llama-3-70B runs on M2 Mac with 64GB RAM
By
–
OK, can confirm that it works on an M2 with 64GB of RAM I had to quit Firefox and VS Code to free up enough RAM for it to run – Meta-Llama-3-70B-Instruct.Q4_0.llamafile now uses 38GB of RAM and runs at about 7.5 tokens a second
-
LLM Documentation OpenAI Compatible Endpoints Guide
By
–
Here's my current documentation on using LLM with these kinds of endpoints https://
llm.datasette.io/en/stable/othe
r-models.html#openai-compatible-models
… -
Adding OpenAI-compatible endpoints to Datasette LLM tool
By
–
Context is I want to add more features relating to this to https://
llm.datasette.io so I'd like to use language that's widely understood but also as concise as possible llm openai-compatible-endpoints add perplexity https://… is a bit much! -
Naming OpenAI Compatible LLM API Endpoints Pattern
By
–
What's a good name for that pattern where LLM API providers have endpoints that speak the same JSON protocol as OpenAI, and can be called using the OpenAI client libraries? I've been calling them "OpenAI compatible endpoints" but that's a bit of a mouthful
-

Gato: Multimodal LLM Pioneer for Robotics Development
By
–
Fully agree that multimodal LLMs are the solution to robotics. This is why my team pioneered Gato (General AgenT One): https://
arxiv.org/pdf/2205.06175
.pdf
… which we built over two years since 2020 to 2022. One of the most important parts of Gato was the data and its engineering pipeline. -

Build ChatGPT Clone with Streamlit LangChain OpenAI
By
–
Easiest way to Build your OpenAI like chatGPT message website with Streamlit Uses LangChain, OpenAI api, and streamlit to create a ChatGPT clone Great place to get started if you're just exploring building with LLMs https://
youtube.com/watch?v=mGpXF0
-Zzyw
…
