EGYADMIN commited on
Commit
8520334
·
verified ·
1 Parent(s): a8a7c74

Fix: Complete MODEL_NAME string (add .3")

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import os
3
  from huggingface_hub import InferenceClient
4
 
5
  # Model configuration - Using Inference API
6
- MODEL_NAME = "mistralai/Mistral-7B-Instruct-v0.
7
  DEFAULT_SYSTEM_PROMPT = "You are a helpful AI assistant powered by Mistral."
8
  client = None
9
 
 
3
  from huggingface_hub import InferenceClient
4
 
5
  # Model configuration - Using Inference API
6
+ MODEL_NAME = "mistralai/Mistral-7B-Instruct-v0.3"
7
  DEFAULT_SYSTEM_PROMPT = "You are a helpful AI assistant powered by Mistral."
8
  client = None
9