Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -113,11 +113,11 @@ def create_comparison_statement(
|
|
113 |
# OR_API_KEY = os.environ.get("OR_TOKEN")
|
114 |
# if not OR_API_KEY: raise ValueError("API Key OR_TOKEN not found in environment variables.")
|
115 |
|
116 |
-
model = OpenAIServerModel(
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
)
|
121 |
|
122 |
|
123 |
|
|
|
113 |
# OR_API_KEY = os.environ.get("OR_TOKEN")
|
114 |
# if not OR_API_KEY: raise ValueError("API Key OR_TOKEN not found in environment variables.")
|
115 |
|
116 |
+
# model = OpenAIServerModel(
|
117 |
+
# model_id='qwen/qwen-2.5-coder-32b-instruct:free',
|
118 |
+
# api_base='https://openrouter.ai/api/v1',
|
119 |
+
# api_key=userdata.get("OR_TOKEN"),
|
120 |
+
# )
|
121 |
|
122 |
|
123 |
|