AIRider commited on
Commit
6c9ad89
·
verified ·
1 Parent(s): a5db718

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -69,10 +69,7 @@ def respond(message, history, system_message, max_tokens, temperature, top_p, se
69
  models = {
70
  "deepseek-ai/DeepSeek-Coder-V2-Instruct": "DeepSeek-Coder-V2-Instruct",
71
  "CohereForAI/c4ai-command-r-plus": "Cohere Command-R Plus",
72
- "meta-llama/Meta-Llama-3.1-8B-Instruct": "Meta-Llama-3.1-8B-Instruct",
73
- "bartowski/DeepSeek-V2-Chat-0628-GGUF": "DeepSeek-V2-Chat-0628-GGUF",
74
- "google/gemma-7b": "Gemma-7b",
75
- "openai-community/gpt2": "GPT-2"
76
  }
77
 
78
  demo = gr.ChatInterface(
 
69
  models = {
70
  "deepseek-ai/DeepSeek-Coder-V2-Instruct": "DeepSeek-Coder-V2-Instruct",
71
  "CohereForAI/c4ai-command-r-plus": "Cohere Command-R Plus",
72
+ "meta-llama/Meta-Llama-3.1-8B-Instruct": "Meta-Llama-3.1-8B-Instruct"
 
 
 
73
  }
74
 
75
  demo = gr.ChatInterface(