-
-
Notifications
You must be signed in to change notification settings - Fork 271
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
[BUG] Unexpected keyword argument 'temperature' when using QA script with Gemini LlamaIndex #1073
Labels
Comments
@keandk |
Hi, I have updated AutoRAG package and tried running the code again and i got this new error:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
With the provided QA creation script in the README, I tried to replace OpenAI model with Gemini. After modifying which model to use and my file paths, I ran the code and got this error:
TypeError: ChatSession.send_message_async() got an unexpected keyword argument 'temperature'
.To Reproduce
Steps to reproduce the behavior:
Gemini
from LlamaIndexllm
Expected behavior
Normal execution.
Full Error log
This happens in
\llama_index\llms\gemini\base.py:233 in achat
Code that bug is happened
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: