Tonic commited on
Commit
2e080e9
·
verified ·
1 Parent(s): fe07c2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ On 🌐Github: [Tonic-AI](https://github.com/tonic-ai) & contribute to🌟 [Buil
38
  """
39
 
40
  # Initialize model and tokenizer
41
- model_id = "OpenLLM-France/Lucie-7B-Instruct-v1"
42
  device = "cuda" if torch.cuda.is_available() else "cpu"
43
 
44
  # Get the token from environment variables
 
38
  """
39
 
40
  # Initialize model and tokenizer
41
+ model_id = "OpenLLM-France/Lucie-7B-Instruct"
42
  device = "cuda" if torch.cuda.is_available() else "cpu"
43
 
44
  # Get the token from environment variables