aandrew-me / tgpt

AI Chatbots in terminal without needing API keys
GNU General Public License v3.0
2.03k stars 171 forks source link

Apperantly doesn't reply with anything #223

Closed 0xQueen closed 8 months ago

0xQueen commented 8 months ago

Is there a limit? It worked before, now it doesnt reply with anything, other models work, image

FBRDCYB3R commented 8 months ago

getting same error here, updated to 2.7.0 on windows via scoop

0axmx-cx commented 8 months ago

There might just be an issue with the opengpts provider at the moment, try your prompts with other providers for the time being if you can; For example:

tgpt --provider llama2 "Hello World"
tgpt --provider phind "Hello World"
tgpt --provider koboldai "Hello World"
shello101 commented 8 months ago

Hi, other providers are up, the one that is down is opengpts provider.

maxonlinux commented 8 months ago

Opengpts server responds with status 500. That's why.

aryan-212 commented 8 months ago

Is there any way to make the other providers a default???

som3bd commented 8 months ago

Is there any way to make the other providers a default???

Just create a shell alias

aandrew-me commented 8 months ago

Yeah looks like the provider is having problems, use other providers

gamma19 commented 8 months ago

how can I change default provider to phind? so I can still use "tgpt -i" ? EDIT: OK someone already asked that.

maxonlinux commented 8 months ago

It's fixed.

maxonlinux commented 8 months ago

Yeah looks like the provider is having problems, use other providers

I think this issue can be closed. Please create a new assistant and update the assistant id it the source code to make it work again because all the assistants were removed from their servers.

shello101 commented 8 months ago

Hi, I created a new assistant (@ opengpts), changed the id in providers/opengpts.go and ./intall-ed again. I still can't connect to opengpts. Any in-depth I might have done wrong in the "update the assistant id in the source code"? <3