aifeifei798 commited on
Commit
848598c
·
verified ·
1 Parent(s): 975e461

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -92,8 +92,8 @@ def feifeiprompt( message_text="", history="", feifei_select=True,):
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
- model = "nvidia/llama-3.1-nemotron-ultra-253b-v1",
97
  messages=feifeiprompt(message,history),
98
  temperature=0.2,
99
  top_p=0.7,
 
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
+ #model = "nvidia/llama-3.1-nemotron-ultra-253b-v1",
97
  messages=feifeiprompt(message,history),
98
  temperature=0.2,
99
  top_p=0.7,