Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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,
|