mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-21 15:44:19 +01:00
➕ refactor: summarize error message without line number
This commit is contained in:
@@ -2,7 +2,7 @@ import os
|
||||
|
||||
|
||||
def get_available_tools():
|
||||
tools = ['gpt_3_5_turbo (for any kind of text processing like summarization, paraphrasing, etc.)']
|
||||
tools = ['gpt_3_5_turbo (for any kind of text processing like summarization, paraphrasing, text classification, text generation etc.)']
|
||||
if os.environ.get('GOOGLE_API_KEY') and os.environ.get('GOOGLE_CSE_ID'):
|
||||
tools.append('google_custom_search (for retrieving images or textual information from google')
|
||||
chars = 'abcdefghijklmnopqrstuvwxyz'
|
||||
|
||||
Reference in New Issue
Block a user