mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-20 15:14:20 +01:00
🔎 feat: search fix web search
This commit is contained in:
@@ -50,7 +50,7 @@ UNNECESSARY_PACKAGES = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
LANGUAGE_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',
|
'pattern', 'polyglot', 'pytorch-transformers', 'rasa', 'sentence-transformers',
|
||||||
'spacy', 'stanza', 'summarizer', 'sumy', 'textblob', 'textstat', 'transformers',
|
'spacy', 'stanza', 'summarizer', 'sumy', 'textblob', 'textstat', 'transformers',
|
||||||
'vadersentiment'
|
'vadersentiment'
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ Note that you must obey the double asterisk and triple backtick syntax from like
|
|||||||
```{tag_name}
|
```{tag_name}
|
||||||
...code...
|
...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:
|
gpt_35_turbo_usage_string = """If you need to use gpt_3_5_turbo, then use it like shown in the following example:
|
||||||
|
|||||||
Reference in New Issue
Block a user