-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Using Fireworks models in the example collab notebook throws an OpenAI API error #1108
Comments
I have the same issue. I tried installing with pip package and cloning the gpt researcher but no matter what I get the same issue. |
Can you move the parameters like SMART_LLM etc. into your environment, like you do with the API keys? |
Hey @Ajacmac this is the correct config url: https://docs.gptr.dev/docs/gpt-researcher/gptr/config Where is this url from? |
@assafelovic The link is from this page, specifically the "here" at the bottom. I made a PR to fix it. @danieldekay I'll try that now. |
@danieldekay That fixed the problem. There's a new error, but it's not clear to me that it's related to this issue. Immediately after this line:
Let me know if you want me to make a new issue. |
Describe the bug
This could easily be user error, but I'm trying to run the collab notebook using the Fireworks API rather than the OpenAI API and I'm getting the following error:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected GPT-Researcher to work and use the fireworks model API's.
Screenshots
Additional context
There's no desktop, etc. information since this is in collab.
There are probably instructions I'm missing, but the link to the config page in the docs as of now is dead.
https://docs.gptr.dev/gpt-researcher/config
The text was updated successfully, but these errors were encountered: