test
Browse files
data/models/llama3-1-8b.py
CHANGED
|
@@ -10,7 +10,7 @@ app = Flask(__name__)
|
|
| 10 |
|
| 11 |
api_key = os.getenv("ai")
|
| 12 |
|
| 13 |
-
model_id = "
|
| 14 |
|
| 15 |
pipeline = transformers.pipeline(
|
| 16 |
"text-generation",
|
|
|
|
| 10 |
|
| 11 |
api_key = os.getenv("ai")
|
| 12 |
|
| 13 |
+
model_id = "UCODE/agent-llama"
|
| 14 |
|
| 15 |
pipeline = transformers.pipeline(
|
| 16 |
"text-generation",
|