ambrosfitz commited on
Commit
4063349
·
verified ·
1 Parent(s): a31b888

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def get_response(user_message, history, verbosity):
25
 
26
  # Make the API call with a custom stop sequence
27
  response = client.chat.completions.create(
28
- model='ambrosfitz/autotrain-nvidia-llama3',
29
  messages=history_openai_format,
30
  temperature=temperature,
31
  max_tokens=512,
 
25
 
26
  # Make the API call with a custom stop sequence
27
  response = client.chat.completions.create(
28
+ model='ambrosfitz/autotrain-llama3-history-10k',
29
  messages=history_openai_format,
30
  temperature=temperature,
31
  max_tokens=512,