python-tgpt
python-tgpt copied to clipboard
AI Chat in Terminal + Package + REST-API
Submit any bug at https://github.com/Simatwa/python-tgpt/issues/new ╭─[A@pyTGPT](phind)~[🕒22:36:06-💻00:00:00-⚡0.0s] ╰─>hola 22:36:10 - ERROR : 'choices' ╭─[A@pyTGPT](phind)~[🕒22:36:10-💻00:00:04-⚡0.8s] ╰─>
I am working on a project which requires to run `pytgpt` inside a docker container, but I am getting this strange error:- `ERROR : 'choices'` On doing `exec` inside the...
It would be nice to have also: - [ ] gemini-pro: https://blog.google/technology/ai/google-gemini-ai/ Official SDK: https://github.com/google/generative-ai-python - [ ] copilot Bing: https://copilot.microsoft.com/ Libs: - https://github.com/xingty/EdgeGPT - https://github.com/vsakkas/sydney.py - https://github.com/Integration-Automation/ReEdgeGPT - [...
**Describe the bug** Error on installation **To Reproduce** pip install pytgpt **Expected behavior** Error on launching: Traceback (most recent call last): File "/home/jules/.local/bin/pytgpt", line 5, in from pytgpt.console import main...
``` I'm unable to answer your query as your version of Brave is too out of date. Please update your browser. ```
Hi, so I was trying to make a simple ai chatbot script for testing, and it seems that despite the 200 response, it still throws an exception? Phind works. Here's...