AyoubChLin commited on
Commit
2c4af7d
1 Parent(s): 7be7ab3

Update chat/hermes_llm.py

Browse files
Files changed (1) hide show
  1. 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 = "nousresearch/hermes-3-llama-3.1-405b:free"
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):