Spaces:
Running
Running
Provide a link to the model details from the app
Browse files- global_config.py +2 -1
global_config.py
CHANGED
@@ -71,7 +71,8 @@ class GlobalConfig:
|
|
71 |
'- **[co]**: Cohere\n'
|
72 |
'- **[gg]**: Google Gemini API\n'
|
73 |
'- **[hf]**: Hugging Face Inference API\n'
|
74 |
-
'- **[to]**: Together AI\n'
|
|
|
75 |
)
|
76 |
DEFAULT_MODEL_INDEX = 3
|
77 |
LLM_MODEL_TEMPERATURE = 0.2
|
|
|
71 |
'- **[co]**: Cohere\n'
|
72 |
'- **[gg]**: Google Gemini API\n'
|
73 |
'- **[hf]**: Hugging Face Inference API\n'
|
74 |
+
'- **[to]**: Together AI\n\n'
|
75 |
+
'[Find out more](https://github.com/barun-saha/slide-deck-ai?tab=readme-ov-file#summary-of-the-llms)'
|
76 |
)
|
77 |
DEFAULT_MODEL_INDEX = 3
|
78 |
LLM_MODEL_TEMPERATURE = 0.2
|