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

Error with ollama #34

Open
jjv5 opened this issue Aug 29, 2024 · 0 comments
Open

Error with ollama #34

jjv5 opened this issue Aug 29, 2024 · 0 comments

Comments

@jjv5
Copy link

jjv5 commented Aug 29, 2024

Ollama llam3.1 running fine, charlie-mnemonic starts up fine, seems to recognize ollama as server, first input, "hey" throws an error that looks like maybe the wrong version of someting:

charlie-mnemonic | raw_response = await run_endpoint_function( charlie-mnemonic | File "/usr/local/lib/python3.10/site-packages/fastapi/routing.py", line 167, in run_endpoint_function charlie-mnemonic | return await dependant.call(**values) charlie-mnemonic | File "/app/routes.py", line 423, in handle_message charlie-mnemonic | return await process_message( charlie-mnemonic | File "/app/utils.py", line 1131, in process_message charlie-mnemonic | notes = await memory.note_taking( charlie-mnemonic | File "/app/memory.py", line 865, in note_taking charlie-mnemonic | actions = self.process_note_taking_query(note_taking_query) charlie-mnemonic | File "/app/memory.py", line 922, in process_note_taking_query charlie-mnemonic | query_string = query.replace("```json", "").replace("```", "").strip() charlie-mnemonic | AttributeError: 'dict' object has no attribute 'replace'

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

1 participant