Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -57,8 +57,8 @@ async def generate_infographic(request: InfographicRequest):
|
|
57 |
stream = client.chat.completions.create(
|
58 |
model="Qwen/Qwen2.5-Coder-32B-Instruct",
|
59 |
messages=messages,
|
60 |
-
temperature=0.
|
61 |
-
max_tokens=
|
62 |
top_p=0.7,
|
63 |
stream=True,
|
64 |
)
|
|
|
57 |
stream = client.chat.completions.create(
|
58 |
model="Qwen/Qwen2.5-Coder-32B-Instruct",
|
59 |
messages=messages,
|
60 |
+
temperature=0.4,
|
61 |
+
max_tokens=6000,
|
62 |
top_p=0.7,
|
63 |
stream=True,
|
64 |
)
|