refactor: summarize error message without line number

This commit is contained in:
Florian Hönicke
2023-06-06 11:42:51 +02:00
parent 048db486c7
commit 63734f939e
2 changed files with 13 additions and 3 deletions

View File

@@ -72,6 +72,7 @@ SEARCH_PACKAGES = [
]
TOOL_TO_ALIASES = {
'gpt_3_5_turbo': ['gpt-3', 'GPT-3']
'gpt_3_5_turbo': ['gpt-3', 'GPT-3'],
'google_custom_search': ['Google Custom Search API']
}