Mike Bird
Mike Bird
Lots of great discussions in our Discord about local models and which ones perform best. I invite you to join! https://discord.gg/Hvz9Axh84z
@mysticaltech Thank you for the video! I have been using Hermes Pro and I am very impressed so far!
Thanks for the pr @rudy500 What tests did you run to validate this works? I tried different versions of moondream in the past and ran into issues
Hi @tomwarias It looks like you've passed your OpenAI quota ``` raise RateLimitError( litellm.exceptions.RateLimitError: OpenAIException - Error code: 429 - {'error': {'message': 'You exceeded your current quota, please check your...
@abhishekvijayakumar Are you able to make curl requests using the same API key and OpenAI model that you're using with OI? https://platform.openai.com/docs/api-reference/making-requests
Local mode fix is coming in the next day or two!
@filip-van-hoeckel The error `[IPKernelApp] WARNING | Parent appears to have exited, shutting down` typically occurs in the context of Jupyter notebooks or similar interactive Python environments. It indicates that the...
It's all yours @lorenzejay ! Thanks for stepping up 💪 Let us know if you need a hand with anything
Interesting development. I set `interpreter.llm.supports_functions` to True. Now it writes code like `execute("bash", "ls ~/Desktop | wc -l")` and then exits immediately. Doesn't run the code
> Using `verbose` does it send a stop token? In my last couple tests, yes "Chunk in `terminal_interface`: {'role': 'assistant', 'type': 'code', 'format': 'bash', 'end': True}"