TejAndrewsACC commited on
Commit
f608a95
·
verified ·
1 Parent(s): 9b1f40d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def chat_with_philos_plus(user_input):
43
  # Prepare the request payload
44
  data = {
45
  "messages": messages,
46
- "model": "meta-llama/Llama-3.3-70B-Instruct", # Model specified by the third-party API
47
  "max_tokens": 512, # Maximum number of tokens in the response
48
  "temperature": 0.1, # Controls randomness (lower = more deterministic)
49
  "top_p": 0.9 # Controls diversity (higher = more diverse)
 
43
  # Prepare the request payload
44
  data = {
45
  "messages": messages,
46
+ "model": "deepseek-ai/DeepSeek-V3", # Model specified by the third-party API
47
  "max_tokens": 512, # Maximum number of tokens in the response
48
  "temperature": 0.1, # Controls randomness (lower = more deterministic)
49
  "top_p": 0.9 # Controls diversity (higher = more diverse)