aifeifei798 commited on
Commit
b262bc4
·
verified ·
1 Parent(s): 3599f86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -91,8 +91,8 @@ def feifeiprompt( message_text="", history="", feifei_select=True,):
91
 
92
  def feifeichat(message, history):
93
  completion = client.chat.completions.create(
94
- model="meta/llama-3.3-70b-instruct",
95
- #model = "nvidia/llama-3.3-nemotron-super-49b-v1",
96
  messages=feifeiprompt(message,history),
97
  temperature=0.2,
98
  top_p=0.7,
 
91
 
92
  def feifeichat(message, history):
93
  completion = client.chat.completions.create(
94
+ #model="meta/llama-3.3-70b-instruct",
95
+ model = "nvidia/llama-3.3-nemotron-super-49b-v1",
96
  messages=feifeiprompt(message,history),
97
  temperature=0.2,
98
  top_p=0.7,