-
-
Notifications
You must be signed in to change notification settings - Fork 0
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]: No output after input text #103
Comments
no |
Is there any error in the docker container logs? |
no, I think? |
Could you check it in Github Codespaces and check if the issue is still persisting? |
ok, thanks! But where can i find the tutorail about how to check it in github codespaces |
Simply clicking the above link is enough. It will build (~2 mins) and give the app link. |
ok thanks. and I checked again with docker and GUI from localhost:3000. There is no reply after I send one prompts. And I can not post anything new. |
Could you check this litellm script to check if the LLM works properly? |
ok thanks! I am checking the github codespace, and after it I will try litellm script. sincerely thanks |
litellm.ServiceUnavailableError: OllamaException: HTTPConnectionPool(host='localhost', port=11434): Max retries exceeded with url: /api/generate (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7be990072090>: Failed to establish a new connection: [Errno 111] Connection refused')) |
Are you using WSL? |
i am using github codespace with mac os/ chorme |
under the github codespace: gpt can output, deepseek (from ollamao) cannot |
As Deepseek is running in your system only, the codespace won't have access to that. Now could you check if GPT is working locally using development guide? |
no, i am using deepseek api |
gpt works very well |
Here Ollama is used. |
so ollama is using local serving api? then how can I use deepseek api? |
Yes, ollama is running locally. |
ok thanks, so if i want to use deepseek, i should use advanced mode? |
Yes, with |
yep, deepseek ok now! Thanks. But why my own docker cannot run? |
Did you change the base URL? |
no, but actually i am using api from cloud. I run the command with docker pull docker.all-hands.dev/all-hands-ai/runtime:0.14-nikolaik
docker run -it --rm --pull=always \
-e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:0.14-nikolaik \
-e LOG_ALL_EVENTS=true \
-v /var/run/docker.sock:/var/run/docker.sock \
-p 3000:3000 \
--add-host host.docker.internal:host-gateway \
--name openhands-app \
docker.all-hands.dev/all-hands-ai/openhands:0.14 |
API from deepseek.com?
Is there any other error occurred like this? |
API from deepseek.com? yes, it can run only on github codespace, cannot on my own docker |
Is there any error occurring when running using docker? |
If you use |
Is there any error in the terminal? |
no |
just always show this |
Could you run using the development guide? |
I will try it, thanks! |
All-Hands-AI#5171 Issue
@NonvolatileMemory Is there any error in the logs?
The text was updated successfully, but these errors were encountered: