Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ load_dotenv()
|
|
36 |
api_token = os.getenv("API_TOKEN")
|
37 |
|
38 |
# Define the repository ID and task
|
39 |
-
repo_id = "
|
40 |
task = "text-generation"
|
41 |
|
42 |
# Initialize the Hugging Face Endpoint
|
|
|
36 |
api_token = os.getenv("API_TOKEN")
|
37 |
|
38 |
# Define the repository ID and task
|
39 |
+
repo_id = "meta-llama/Meta-Llama-3-70B-Instruct"
|
40 |
task = "text-generation"
|
41 |
|
42 |
# Initialize the Hugging Face Endpoint
|