-
Notifications
You must be signed in to change notification settings - Fork 1
[EX-127] Investigate if the tokens generated are over Ollama's context window size #95
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
base: main
Are you sure you want to change the base?
Conversation
agatheblues
commented
Sep 11, 2025
- Updates langchain (to get this fix in: Fix options being passed to the ollama chat api brainlid/langchain#179)
- Sets the num_ctx for ollama in the seeds
4a042a6 to
475bb34
Compare
| qwen_25_32b_model_config = | ||
| insert_idempotently(%Exmeralda.LLM.ModelConfig{ | ||
| id: "eff70662-1576-491d-a1ef-1d025772e637", | ||
| id: "eff70662-1576-491d-a1ef-1d025772e638", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the same ID was used for another ModelConfig 🐛
35d39a7 to
58f72a8
Compare
|
I tried it out and somehow this truncates the assistant responses for me 🤔 |
58f72a8 to
2148466
Compare
Setting the |
|
Somehow the LangChain update breaks something with 0️⃣Further investigations: ollama logs |