Skip to content
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

Devika AI is not responding when any text is searched #473

Open
neerajkm22 opened this issue Apr 22, 2024 · 4 comments
Open

Devika AI is not responding when any text is searched #473

neerajkm22 opened this issue Apr 22, 2024 · 4 comments

Comments

@neerajkm22
Copy link

Devika AI is not responding when any text is searched.
I tried with multiple combinations of model and search engine. Still no luck, it seems there is an issue with api response.

@theguy000
Copy link

post logs

@neerajkm22
Copy link
Author

neerajkm22 commented Apr 23, 2024

Here is the log

PS D:\devikaAi> cd .\devika
PS D:\devikaAi\devika> python .\devika.py
24.04.23 15:21:09: root: INFO : Initializing Devika...
24.04.23 15:21:09: root: INFO : Initializing Prerequisites Jobs...
24.04.23 15:21:14: root: INFO : Loading sentence-transformer BERT models...
24.04.23 15:21:18: root: INFO : BERT model loaded successfully.
24.04.23 15:21:19: root: INFO : Ollama available
24.04.23 15:21:21: root: INFO : Devika is up and running!
Socket connected :: {'data': 'frontend connected!'}
24.04.23 15:28:18: root: INFO : SOCKET socket_response MESSAGE: {'data': 'Server Connected'}
24.04.23 15:28:18: root: INFO : /api/data GET
24.04.23 15:28:18: root: DEBUG : /api/data GET - Response: {"models":{"CLAUDE":[["Claude 3 Opus","claude-3-opus-20240229"],["Claude 3 Sonnet","claude-3-sonnet-20240229"],["Claude 3 Haiku","claude-3-haiku-20240307"]],"GOOGLE":[["Gemini 1.0 Pro","gemini-pro"]],"GROQ":[["LLAMA3 8B","llama3-8b-8192"],["LLAMA3 70B","llama3-70b-8192"],["LLAMA2 70B","llama2-70b-4096"],["Mixtral","mixtral-8x7b-32768"],["GEMMA 7B","gemma-7b-it"]],"MISTRAL":[["Mistral 7b","open-mistral-7b"],["Mistral 8x7b","open-mixtral-8x7b"],["Mistral Medium","mistral-medium-latest"],["Mistral Small","mistral-small-latest"],["Mistral Large","mistral-large-latest"]],"OLLAMA":[],"OPENAI":[["GPT-4 Turbo","gpt-4-turbo"],["GPT-3.5 Turbo","gpt-3.5-turbo-0125"]]},"projects":["rama"],"search_engines":["Bing","Google","DuckDuckGo"]}

24.04.23 15:28:18: root: INFO : /api/get-agent-state POST
24.04.23 15:28:18: root: DEBUG : /api/get-agent-state POST - Response: {"state":null}

24.04.23 15:28:21: root: INFO : /api/get-agent-state POST
24.04.23 15:28:21: root: DEBUG : /api/get-agent-state POST - Response: {"state":{"agent_is_active":true,"browser_session":{"screenshot":null,"url":null},"completed":false,"internal_monologue":null,"message":null,"step":null,"terminal_session":{"command":null,"output":null,"title":null},"timestamp":"2024-04-22 12:35:09","token_usage":370}}

24.04.23 15:28:33: root: INFO : SOCKET server-message MESSAGE: {'messages': {'from_devika': False, 'message': 'Write code in java script to multiply two numbers', 'timestamp': '2024-04-23 15:28:33'}}

@neerajkm22
Copy link
Author

Request logs
24.04.23 15:28:21: root: DEBUG : /api/get-agent-state POST - Response: {"state":{"agent_is_active":true,"browser_session":{"screenshot":null,"url":null},"completed":false,"internal_monologue":null,"message":null,"step":null,"terminal_session":{"command":null,"output":null,"title":null},"timestamp":"2024-04-22 12:35:09","token_usage":370}}

24.04.23 15:28:21: root: INFO : /api/get-agent-state POST

24.04.23 15:28:18: root: DEBUG : /api/get-agent-state POST - Response: {"state":null}

24.04.23 15:28:18: root: INFO : /api/get-agent-state POST

24.04.23 15:28:18: root: DEBUG : /api/data GET - Response: {"models":{"CLAUDE":[["Claude 3 Opus","claude-3-opus-20240229"],["Claude 3 Sonnet","claude-3-sonnet-20240229"],["Claude 3 Haiku","claude-3-haiku-20240307"]],"GOOGLE":[["Gemini 1.0 Pro","gemini-pro"]],"GROQ":[["LLAMA3 8B","llama3-8b-8192"],["LLAMA3 70B","llama3-70b-8192"],["LLAMA2 70B","llama2-70b-4096"],["Mixtral","mixtral-8x7b-32768"],["GEMMA 7B","gemma-7b-it"]],"MISTRAL":[["Mistral 7b","open-mistral-7b"],["Mistral 8x7b","open-mixtral-8x7b"],["Mistral Medium","mistral-medium-latest"],["Mistral Small","mistral-small-latest"],["Mistral Large","mistral-large-latest"]],"OLLAMA":[],"OPENAI":[["GPT-4 Turbo","gpt-4-turbo"],["GPT-3.5 Turbo","gpt-3.5-turbo-0125"]]},"projects":["rama"],"search_engines":["Bing","Google","DuckDuckGo"]}

24.04.23 15:28:18: root: INFO : /api/data GET

24.04.23 15:21:21: root: INFO : Devika is up and running!

24.04.23 15:21:19: root: INFO : Ollama available

24.04.23 15:21:18: root: INFO : BERT model loaded successfully.

24.04.23 15:21:14: root: INFO : Loading sentence-transformer BERT models...

24.04.23 15:21:09: root: INFO : Initializing Prerequisites Jobs...

24.04.23 15:21:09: root: INFO : Initializing Devika...

@BartNetJS
Copy link

I had the same issue.
I saw this in my logs:

openai.RateLimitError: Error code: 429 - {'error': {'message': 'You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.', 'type': 'insufficient_quota', 'param': None, 'code': 'insufficient_quota'}}

and after correcting it, also this:

openai.PermissionDeniedError: Error code: 403 - {'error': {'message': 'Project proj_xZIG3B04CTPZw2VmeQyVuaS4does not have access to modelgpt-3.5-turbo-0125', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}

etc

and when one error occurs it all stops working.
You have to create a new project to get it working again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants