Find answers from the community

Updated 3 months ago

do you need an api key with GPT 4.0 to

do you need an api key with GPT 4.0 to use npx create llama?
L
c
6 comments
Dont dont NEED an API key, but you'll need to change the LLM and embedding model if you don't use openai
so that third link is the python library only

Assuming you used a typescript backend with create-llama, the llms are
  • anthropic
  • azure
  • openai
  • portkey
  • replicate
And embeddings are
  • openai
rip
So only the python backend supports non-openai embeddings right now it seems -- would love to see more embeddings added to the TS package
I'll try to get around the openai API key for now, maybe I'll learn more by doing it this way. I'll give the python backend a try
Add a reply
Sign up and join the conversation on Discord