🔎 feat: search fix web search

This commit is contained in:
Florian Hönicke
2023-05-19 16:12:26 +02:00
parent 4a70183a6f
commit e20952141e
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ UNNECESSARY_PACKAGES = [
]
LANGUAGE_PACKAGES = [
'allennlp', 'bertopic', 'fasttext', 'flair', 'gensim', 'nltk', 'openai',
'allennlp', 'bertopic', 'GPT-3', 'fasttext', 'flair', 'gensim', 'nltk', 'openai',
'pattern', 'polyglot', 'pytorch-transformers', 'rasa', 'sentence-transformers',
'spacy', 'stanza', 'summarizer', 'sumy', 'textblob', 'textstat', 'transformers',
'vadersentiment'

View File

@@ -89,7 +89,7 @@ Note that you must obey the double asterisk and triple backtick syntax from like
```{tag_name}
...code...
```
You must provide the complete file with the exact same syntax to wrap the code.'''
You must provide the complete {file_name} wrapped with the exact syntax shown above.'''
gpt_35_turbo_usage_string = """If you need to use gpt_3_5_turbo, then use it like shown in the following example: