Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to replicate the output #5

Open
adityakadrekar16 opened this issue May 15, 2023 · 0 comments
Open

Not able to replicate the output #5

adityakadrekar16 opened this issue May 15, 2023 · 0 comments

Comments

@adityakadrekar16
Copy link

adityakadrekar16 commented May 15, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant