Update app.py
Browse files
app.py
CHANGED
@@ -53,11 +53,9 @@ model = OpenAIServerModel(
|
|
53 |
model_id="qwen/qwen-2.5-coder-32b-instruct",
|
54 |
api_base="https://openrouter.ai/api/v1",
|
55 |
api_key=os.environ["OPENROUTER_API_KEY"],
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
'custom_role_conversions': None,
|
60 |
-
}
|
61 |
)
|
62 |
|
63 |
# Import tool from Hub
|
|
|
53 |
model_id="qwen/qwen-2.5-coder-32b-instruct",
|
54 |
api_base="https://openrouter.ai/api/v1",
|
55 |
api_key=os.environ["OPENROUTER_API_KEY"],
|
56 |
+
max_tokens:2096,
|
57 |
+
temperature:0.5,
|
58 |
+
custom_role_conversions: None,
|
|
|
|
|
59 |
)
|
60 |
|
61 |
# Import tool from Hub
|