Nicolas Pereira
Nicolas Pereira
Devika stop after web search? it just search and suddently stop "thinking"
Try to use this coder.py https://github.com/hqnicolas/devika/blob/main/src/agents/coder/coder.py I think it was a problem with [new coder.py ](https://github.com/stitionai/devika/pull/251#issuecomment-2028495225)
Latest Devika Version was Working with Ollama, I have Freezed it on https://github.com/hqnicolas/devika/
I think this is the case that generate this error: I only have it on Windows laptop, ubuntu server run normally. ```` project='python005' id=5 state_stack_json='[{"internal_monologue": null, "browser_session": {"url": null, "screenshot":...
@ImSuvodeep it was fixed! Than you!!!
devika-backend-engine-1: root: ERROR : Error during model inference: name 'ollama' is not defined with external ollama server and using the internal ollama server on docker compose it got fixed by...
``` devika-backend-engine-1 | devika-backend-engine-1 | Exception in thread Thread-154 (): devika-backend-engine-1 | Traceback (most recent call last): devika-backend-engine-1 | File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner devika-backend-engine-1 | self.run() devika-backend-engine-1 |...
pull model manifest: Get "https://registry.ollama.ai/v2/library/mistral/manifests/7b-text-v0.2-q6_K": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2024-03-25T10:15:20Z is after 2024-03-25T07:17:47Z Same problema here.... Just Change...
@alvynabranches try this docker version for ollama: I have Freezed it on my[ Repo:](https://github.com/hqnicolas/devika) https://github.com/stitionai/devika/discussions/552
go to: folder/AgentGPT/next/ nano .env edit the: REWORKD_PLATFORM_OPENAI_API_BASE="http://192.168.0.21:7860" go to: folder/AgentGPT/platform/reworkd_platform/ edit settings.py openai_api_base: str = "http://192.168.0.21:7860" go to: [AgentGPT](https://github.com/reworkd/AgentGPT/tree/main)/[next](https://github.com/reworkd/AgentGPT/tree/main/next)/[src](https://github.com/reworkd/AgentGPT/tree/main/next/src)/[server](https://github.com/reworkd/AgentGPT/tree/main/next/src/server)/[api](https://github.com/reworkd/AgentGPT/tree/main/next/src/server/api)/[routers](https://github.com/reworkd/AgentGPT/tree/main/next/src/server/api/routers) /agentRouter.ts edit GPT-3.5-turbo to your model