Merge pull request #15 from prasad5141/prasad5141-patch-1

added missing headline variable while calling print_colored function
This commit is contained in:
Florian Hönicke
2023-04-19 10:40:51 +02:00
committed by GitHub

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