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:
sai prasad
2023-04-19 00:33:40 +05:30
committed by GitHub
parent 8fb9c3cc8e
commit 6608523697

View File

@@ -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']):