Spaces:
Sleeping
Sleeping
Update chat/hermes_llm.py
Browse files- chat/hermes_llm.py +1 -1
chat/hermes_llm.py
CHANGED
|
@@ -5,7 +5,7 @@ from typing import List, Dict
|
|
| 5 |
import os
|
| 6 |
OPENROUTER_API_KEY = os.getenv("OPENROUTER_API_KEY")
|
| 7 |
OPENROUTER_API_BASE = "https://openrouter.ai/api/v1"
|
| 8 |
-
DEFAULT_MODEL = "
|
| 9 |
|
| 10 |
class ChatManager:
|
| 11 |
def __init__(self, temperature: float = 0.7):
|
|
|
|
| 5 |
import os
|
| 6 |
OPENROUTER_API_KEY = os.getenv("OPENROUTER_API_KEY")
|
| 7 |
OPENROUTER_API_BASE = "https://openrouter.ai/api/v1"
|
| 8 |
+
DEFAULT_MODEL = "meta-llama/llama-3.1-70b-instruct:free"
|
| 9 |
|
| 10 |
class ChatManager:
|
| 11 |
def __init__(self, temperature: float = 0.7):
|