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
copilot -q "What is the best drink for late night coding?"
Traceback (most recent call last):
File "/home/eid/.local/bin/copilot", line 5, in <module>
from copilot.main import main
File "/home/eid/.local/lib/python3.8/site-packages/copilot/main.py", line 12, in <module>
from copilot.conversation import Conversation
File "/home/eid/.local/lib/python3.8/site-packages/copilot/conversation.py", line 20, in <module>
class Conversation:
File "/home/eid/.local/lib/python3.8/site-packages/copilot/conversation.py", line 21, in Conversation
messages: list[dict]
TypeError: 'type' object is not subscriptable
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: