Find answers from the community

Updated 2 years ago

3rd party llms

does llamaindex work with chat-gpt-turbo? and does it work with other LLMs? such as open source or planning to?
L
3 comments
For other openAI models, you just need to specify the model name in the llm_predictor.

See this notebook https://github.com/jerryjliu/llama_index/blob/main/examples/vector_indices/SimpleIndexDemo-ChatGPT.ipynb
There's also support for Cohere and other apis
Add a reply
Sign up and join the conversation on Discord