Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -50,9 +50,9 @@ final_answer = FinalAnswerTool()
|
|
50 |
# model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
|
51 |
|
52 |
model = OpenAIServerModel(
|
53 |
-
model_id="
|
54 |
-
api_base="https://
|
55 |
-
api_key=
|
56 |
max_tokens=2096,
|
57 |
temperature=0.5,
|
58 |
)
|
|
|
50 |
# model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
|
51 |
|
52 |
model = OpenAIServerModel(
|
53 |
+
model_id="Qwen/Qwen2.5-Coder-7B",
|
54 |
+
api_base="https://qwen-7b.jaqpot.org",
|
55 |
+
api_key="none",
|
56 |
max_tokens=2096,
|
57 |
temperature=0.5,
|
58 |
)
|