-
Notifications
You must be signed in to change notification settings - Fork 645
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
Incorrect LLM Used and API Environment Variable Warnings #642
Comments
Hey there, @jukti3742! I'm Dosu, a bot here to help you with bugs, questions, and becoming a contributor. Let's tackle this issue together while we wait for a human maintainer.
|
Not helpful, since settings are correctly set to "gpt-4o-mini" before the query method is called. Please see the code snippet. |
For the warnings, please read https://github.com/Future-House/paper-qa#installation For the model selection issue:I had the same problem as you, and realized that the documentation is not updated to reflect API changes. The model settings are actually taken from the from paperqa.agents.main import AgentSettings
settings=Settings(
agent=AgentSettings(
agent_llm="gpt-4o-mini", # your desired LLM
),
) If this fixes your problem, please close the issue, I'll be opening a new issue for the stale docs. |
When running the script, I encountered two main issues:
Code Snippet:
Warnings:
The text was updated successfully, but these errors were encountered: