AFischer1985
commited on
Commit
•
d423a74
1
Parent(s):
7f7d174
Update run.py
Browse files
run.py
CHANGED
@@ -44,7 +44,7 @@ else:
|
|
44 |
"Audio transcribing AI model openai/whisper-large-v3: Suitable for audio-transcription in different languages",
|
45 |
"Speech synthesizing AI model coqui/XTTS-v2: Suitable for generating audio from text and for voice-cloning",
|
46 |
"Code generating AI model deepseek-ai/deepseek-coder-6.7b-instruct: Suitable for programming in Python, JavaScript, PHP, Bash and many other programming languages.",
|
47 |
-
"Translation AI model Helsinki-NLP/opus: Suitable for translating text, e.g., from English to German or vice versa",
|
48 |
"Search result-integrating AI model phind/phind-v9-model: Suitable for researching current topics and for obtaining precise and up-to-date answers to questions based on web search results"
|
49 |
],
|
50 |
metadatas=[{"source": "AF"}, {"source": "AF"}, {"source": "AF"}, {"source": "AF"}, {"source": "AF"}, {"source": "AF"}, {"source": "AF"}],
|
|
|
44 |
"Audio transcribing AI model openai/whisper-large-v3: Suitable for audio-transcription in different languages",
|
45 |
"Speech synthesizing AI model coqui/XTTS-v2: Suitable for generating audio from text and for voice-cloning",
|
46 |
"Code generating AI model deepseek-ai/deepseek-coder-6.7b-instruct: Suitable for programming in Python, JavaScript, PHP, Bash and many other programming languages.",
|
47 |
+
"Translation AI model Helsinki-NLP/opus-mt: Suitable for translating text, e.g., from English to German or vice versa",
|
48 |
"Search result-integrating AI model phind/phind-v9-model: Suitable for researching current topics and for obtaining precise and up-to-date answers to questions based on web search results"
|
49 |
],
|
50 |
metadatas=[{"source": "AF"}, {"source": "AF"}, {"source": "AF"}, {"source": "AF"}, {"source": "AF"}, {"source": "AF"}, {"source": "AF"}],
|