-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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 Gemini API key still program uses openai api url to build resume #1032
Comments
I have the same issue above. Error message from console: raise HTTPStatusError(message, request=request, response=self) Error message from link: I have Gemini set in config.py for LLM_MODEL_TYPE, LLM_MODEL, and LLM_API_URL as well as my gemini key in secrets.yaml. Your help is appreciated. |
Have the same issue. Noticed that at config.py there is import only for OpenAI lib, what about other options? |
According to the source code, the instance that uses the values in the |
Thank you @hamada147 for the reply. I may have forgotten to mention that this error occurs when I attempt to generate a resume/cv using the tool. I will look into both the AIAdapter and GPTAnswerer classes to understand further. |
Config.py
Comand: python3 main.py
Error
secrets.yaml
fileThe text was updated successfully, but these errors were encountered: