SiddarthReddy commited on
Commit
5ac06dd
·
verified ·
1 Parent(s): 0f71913

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import requests
3
 
4
  # Hugging Face API details
5
- HF_API_TOKEN = "your_huggingface_api_token" # Replace with your API key
6
  MODEL_NAME = "mistralai/Mistral-7B-Instruct" # Choose an LLM model
7
 
8
 
 
2
  import requests
3
 
4
  # Hugging Face API details
5
+ HF_API_TOKEN = "Champignon" # Replace with your API key
6
  MODEL_NAME = "mistralai/Mistral-7B-Instruct" # Choose an LLM model
7
 
8