Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error when attempting to chat with bison model #35

Open
henosis-us opened this issue May 24, 2023 · 0 comments
Open

error when attempting to chat with bison model #35

henosis-us opened this issue May 24, 2023 · 0 comments

Comments

@henosis-us
Copy link

Entered key for bison model and got this error when attempting to chat

Uncaught exception
Traceback (most recent call last):
File "C:\Users\matth\Documents\interesting\gpt-cli\gpt.py", line 236, in
main()
File "C:\Users\matth\Documents\interesting\gpt-cli\gpt.py", line 184, in main
run_interactive(args, assistant)
File "C:\Users\matth\Documents\interesting\gpt-cli\gpt.py", line 232, in run_interactive
session.loop(input_provider)
File "C:\Users\matth\Documents\interesting\gpt-cli\gptcli\session.py", line 168, in loop
while self.process_input(*input_provider.get_user_input()):
File "C:\Users\matth\Documents\interesting\gpt-cli\gptcli\session.py", line 160, in process_input
response_saved = self._respond(args)
File "C:\Users\matth\Documents\interesting\gpt-cli\gptcli\session.py", line 102, in _respond
next_response += response
TypeError: can only concatenate str (not "NoneType") to str
An uncaught exception occurred. Please report this issue on GitHub.
Traceback (most recent call last):
File "C:\Users\matth\Documents\interesting\gpt-cli\gpt.py", line 236, in
main()
File "C:\Users\matth\Documents\interesting\gpt-cli\gpt.py", line 184, in main
run_interactive(args, assistant)
File "C:\Users\matth\Documents\interesting\gpt-cli\gpt.py", line 232, in run_interactive
session.loop(input_provider)
File "C:\Users\matth\Documents\interesting\gpt-cli\gptcli\session.py", line 168, in loop
while self.process_input(*input_provider.get_user_input()):
File "C:\Users\matth\Documents\interesting\gpt-cli\gptcli\session.py", line 160, in process_input
response_saved = self._respond(args)
File "C:\Users\matth\Documents\interesting\gpt-cli\gptcli\session.py", line 102, in _respond
next_response += response
TypeError: can only concatenate str (not "NoneType") to str

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant