rohankaran commited on
Commit
1c8b819
1 Parent(s): f53b61a

Refactor AI messaging and deactivate certain models

Browse files

The 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.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: ⚔️
4
  colorFrom: yellow
5
  colorTo: red
6
  sdk: gradio
7
- sdk_version: 4.21.0
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