WIll it work with open source llm models:
https://gpt-index.readthedocs.io/en/latest/examples/finetuning/knowledge/finetune_retrieval_aug.html?I don't have any information about the llamaindex's history or its connections with OpenAI, but it doesn't make sense to me that something called 'llama' wouldn't be compatible with other open-source LLMs like llama2 or similar models. The same applies to the following code snippet:I don't have any information about the llamaindex's history or its connections with OpenAI, but it doesn't make sense to me that something called 'llama' wouldn't be compatible with other open-source LLMs like llama2 or similar models.
The same applies to the following code snippet: agent = create_pandas_dataframe_agent(OpenAI(temperature=0, model_name='gpt-4'), [df], handle_parsing_errors=True, verbose=True)
I've noticed confusion on GitHub, and someone else asked me similar questions about evaluators. While evaluators work with other LLMs, I'd like to clarify why OpenAI is used in the examples. We wasted a lot of time trying to determine if it would work with other LLMs.