Spaces:
Sleeping
Sleeping
Commit ·
028262d
1
Parent(s): 743cf64
changes
Browse files
main.py
CHANGED
|
@@ -225,7 +225,7 @@ async def test_openrouter(auth: dict = Depends(require_api_key_or_auth)):
|
|
| 225 |
|
| 226 |
# Try a simple completion
|
| 227 |
response = client.chat.completions.create(
|
| 228 |
-
model="
|
| 229 |
messages=[
|
| 230 |
{"role": "user", "content": "Say 'test successful' in one word"}
|
| 231 |
],
|
|
|
|
| 225 |
|
| 226 |
# Try a simple completion
|
| 227 |
response = client.chat.completions.create(
|
| 228 |
+
model="cohere/rerank-4-pro",
|
| 229 |
messages=[
|
| 230 |
{"role": "user", "content": "Say 'test successful' in one word"}
|
| 231 |
],
|