Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ model = OpenAIServerModel(
|
|
60 |
temperature=0.5,
|
61 |
custom_role_conversions=None,
|
62 |
api_base="http://120.105.97.88:11434/v1",
|
63 |
-
|
64 |
)
|
65 |
|
66 |
# Import tool from Hub
|
|
|
60 |
temperature=0.5,
|
61 |
custom_role_conversions=None,
|
62 |
api_base="http://120.105.97.88:11434/v1",
|
63 |
+
api_key="1234",
|
64 |
)
|
65 |
|
66 |
# Import tool from Hub
|