You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I replicated your code as is. I just had to downgrade the langchain package to 0.0.142 and llama-index to 0.5.27 as GPTSimpleVectorIndex is deprecated in the latest version.
I am not getting the same output:
response = index.query("what is the cost of Whisper model?")
response.response
Hi.
I replicated your code as is. I just had to downgrade the langchain package to 0.0.142 and llama-index to 0.5.27 as GPTSimpleVectorIndex is deprecated in the latest version.
I am not getting the same output:
response = index.query("what is the cost of Whisper model?")
response.response
Output:
OPENAI_API_KEY" -H "Content-Type: multipart/form-data" -F model="whisper-1" -F file="@/path/to/file/openai.mp3"
FYI: I get a OPENAI_API_KEY Authentication error when I use GPTVectorStoreIndex.. Can you explain why it is connecting to OPENAI?
The text was updated successfully, but these errors were encountered: