mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-24 09:04:19 +01:00
added missing headline variable while calling print_colored function
I added a headline as per my knowledge, please let me know if any specific headline should be displayed, like user or system
This commit is contained in:
@@ -50,7 +50,7 @@ If you have updated it already, please restart your terminal.
|
||||
continue
|
||||
return True
|
||||
except openai.error.InvalidRequestError:
|
||||
print_colored('GPT-4 is not available. Using GPT-3.5-turbo instead.', 'yellow')
|
||||
print_colored('GPT version info', 'GPT-4 is not available. Using GPT-3.5-turbo instead.', 'yellow')
|
||||
return False
|
||||
|
||||
def get_conversation(self, system_definition_examples: List[str] = ['executor', 'docarray', 'client']):
|
||||
|
||||
Reference in New Issue
Block a user