Find answers from the community

V
Vince
Offline, last seen 3 months ago
Joined September 25, 2024
Hello everyone! I'am using llama index with text-davinci-003 (which I think is the default). However since GPT-4 is released, I was asked to shift into it. Is there an added benefit to it especially for in-context learning?
1 comment
W
How do I get rid of this?
Could not load OpenAI model. Using default LlamaCPP=llama2-13b-chat. If you intended to use OpenAI, please check your OPENAI_API_KEY.

I already have my OpenAI API key and use it like this:

Plain Text
os.environ['OPENAI_API_KEY'] = api_key
openai.api_key = api_key
2 comments
V
T
Hello everyone, I have pdf files containing Japanese characters. Can LlamaIndex readers be able to load these documents?
5 comments
c
V
W
Does anyone know if gpt-4 is now supported?
5 comments
L
V