Spaces:
Running
Running
SkyNetWalker
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ client = OpenAI(
|
|
14 |
api_key=ACCESS_TOKEN,
|
15 |
)
|
16 |
|
17 |
-
print("
|
18 |
|
19 |
def respond(
|
20 |
message,
|
@@ -72,6 +72,8 @@ models = [
|
|
72 |
"microsoft/phi-4-gguf",
|
73 |
"Qwen/QwQ-32B-Preview",
|
74 |
"Qwen/Qwen2.5-Coder-32B-Instruct",
|
|
|
|
|
75 |
]
|
76 |
|
77 |
demo = gr.ChatInterface(
|
|
|
14 |
api_key=ACCESS_TOKEN,
|
15 |
)
|
16 |
|
17 |
+
print("Client initialized.")
|
18 |
|
19 |
def respond(
|
20 |
message,
|
|
|
72 |
"microsoft/phi-4-gguf",
|
73 |
"Qwen/QwQ-32B-Preview",
|
74 |
"Qwen/Qwen2.5-Coder-32B-Instruct",
|
75 |
+
"meta-llama/Llama-3.3-70B-Instruct",
|
76 |
+
"meta-llama/Llama-3.2-3B-Instruct",
|
77 |
]
|
78 |
|
79 |
demo = gr.ChatInterface(
|