opensouls / terminal-copilot

A smart terminal assistant that helps you find the right command.
Apache License 2.0
573 stars 43 forks source link

can't work with me, i get error #54

Open ahmeteid7 opened 6 months ago

ahmeteid7 commented 6 months ago
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
github-actions[bot] commented 6 months ago

Hey! Thanks for sharing feedback with the community!

ahmeteid7 commented 6 months ago

??