-
-
Notifications
You must be signed in to change notification settings - Fork 1
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]: Failing to run OpenRouter AND Ollama #112
Comments
How do I check for the error in the logs? Like a log dump? |
It will show in the terminal itself. |
This kept cropping up for Ollama For OpenRouter it is even more annoying |
In All-Hands-AI#4711, the For OpenRouter, the error may be something different. Without setting the URL, it works. You can check using this script https://github.com/SmartManoj/Kevin/blob/kevin/scripts/llm_checker.py |
@SmartManoj check the messages in the other issues pages, since I am currently using 0.15 not 0.14, so it should be the latest image with Docker. At least that is the expectation when using Ollama and they bug out over some tools being not present. |
Model: |
@SmartManoj please try a more complex prompt since the simpler prompt may not be as prone to such issues. use the error logs as reference to design long-form tests to your liking. |
44 steps then got a weird API Key error. |
Using gemini-exp-1206.
how about breaking into smaller tasks first? If all works, then the best approach is to automatically convert a large task into smaller tasks. |
@SmartManoj because the model can sometimes slip when it comes to things file management, which need their own set of prompts to manage... maybe I should shrink the prompt a little but the core procedural prompt has already been broken down into smaller steps, no? |
This can be divided into 5 smaller tasks. |
How do you prompt them such that OpenHands can handle subtasks by itself as a list of things to do? |
Currently, it doesn't work like that. |
BerriAI/litellm#7072 will fix that. |
How about using CLI mode with task argument? |
showme, an O1 alternative. |
@SmartManoj that looks like something that QwQ and R1 need supplementation from ngl, also if it is not FOSS it is harder for people to use at home I think. Vibes like an extension of this discussion #139 P.S. Will do another round of testing in this case to see how the "stuck in the loop" problem happen in the main OpenHands, see if you can recognize the issues |
@SmartManoj thanks for the pointers but I can't believe Gemini can be stumped by the versioning vs decimal context issue. |
We all know tokenization differences for numbers lead to different results (and the "strawberry test" too) but there has to be a remedy through alternative tokenization methods besides triple digits or BPEs. Think "probabilistic tokenization" or other consistency enhancers. |
Could you apply that to https://github.com/karpathy/nanoGPT and check how it performs? |
@SmartManoj probably belongs to another issue altogether ngl |
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for over 30 days with no activity. |
All-Hands-AI#5310 Issue
@BradKML Is there any error mentioned in the logs for the second and third run?
The text was updated successfully, but these errors were encountered: