Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ load_dotenv()
|
|
13 |
api_token = os.getenv("API_TOKEN")
|
14 |
|
15 |
# Define the repository ID and task
|
16 |
-
repo_id = "
|
17 |
task = "text-generation"
|
18 |
|
19 |
# App config
|
|
|
13 |
api_token = os.getenv("API_TOKEN")
|
14 |
|
15 |
# Define the repository ID and task
|
16 |
+
repo_id = "meta-llama/Meta-Llama-3-70B-Instruct"
|
17 |
task = "text-generation"
|
18 |
|
19 |
# App config
|