You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Ollama running, loaded Ollama 3.1 model and if i input a text prompt i get this error inside the text bar:
System: EXCEPTION: Traceback (most recent call last):
File "C:\Users\Andy\AppData\Roaming\Python\Python312\site-packages\gpt_computer_assistant\agent\process.py", line 261, in process_text
llm_output = assistant(
^^^^^^^^^^
File "C:\Users\Andy\AppData\Roaming\Python\Python312\site-packages\gpt_computer_assistant\agent\assistant.py", line 212, in assistant
the_last_messages = msg["messages"]
^^^
UnboundLocalError: cannot access local variable 'msg' where it is not associated with a value
The text was updated successfully, but these errors were encountered:
Hi, we are working on a new concept for GCA. Ollama is not connected at the moment, but we will integrate it very soon. Apologies for any misinformation.
I have Ollama running, loaded Ollama 3.1 model and if i input a text prompt i get this error inside the text bar:
System: EXCEPTION: Traceback (most recent call last):
File "C:\Users\Andy\AppData\Roaming\Python\Python312\site-packages\gpt_computer_assistant\agent\process.py", line 261, in process_text
llm_output = assistant(
^^^^^^^^^^
File "C:\Users\Andy\AppData\Roaming\Python\Python312\site-packages\gpt_computer_assistant\agent\assistant.py", line 212, in assistant
the_last_messages = msg["messages"]
^^^
UnboundLocalError: cannot access local variable 'msg' where it is not associated with a value
The text was updated successfully, but these errors were encountered: