openfree commited on
Commit
1e9a155
·
verified ·
1 Parent(s): d8dcc55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ except ImportError:
37
  FRIENDLI_TOKEN = os.getenv("FRIENDLI_TOKEN", "")
38
  BRAVE_SEARCH_API_KEY = os.getenv("BRAVE_SEARCH_API_KEY", "")
39
  API_URL = "https://api.friendli.ai/dedicated/v1/chat/completions"
40
- MODEL_ID = "dep89a2fld32mcm"
41
  DB_PATH = "novel_sessions_v6.db"
42
 
43
  # Target word count settings
 
37
  FRIENDLI_TOKEN = os.getenv("FRIENDLI_TOKEN", "")
38
  BRAVE_SEARCH_API_KEY = os.getenv("BRAVE_SEARCH_API_KEY", "")
39
  API_URL = "https://api.friendli.ai/dedicated/v1/chat/completions"
40
+ MODEL_ID = "dep86pjolcjjnv8"
41
  DB_PATH = "novel_sessions_v6.db"
42
 
43
  # Target word count settings