Spaces:
Runtime error
Runtime error
Commit
·
1c8b819
1
Parent(s):
f53b61a
Refactor AI messaging and deactivate certain models
Browse filesThe LLM method to get AI messages is refactored to simplify the process by going straight to the message content. Additionally, several AI models have been deactivated. The models with Llama Guard have been commented out of the model list to put them on hold. This is a temporary measure and these models might be reinstantiated in the future.
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: ⚔️
|
|
4 |
colorFrom: yellow
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 4.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: cc-by-nc-sa-4.0
|
|
|
4 |
colorFrom: yellow
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.26.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: cc-by-nc-sa-4.0
|