Chris Addis commited on
Commit ·
4fc1a2f
1
Parent(s): 5370040
add photograph
Browse files- library/utils_model.py +1 -1
library/utils_model.py
CHANGED
|
@@ -172,7 +172,7 @@ class OpenRouterAPI:
|
|
| 172 |
messages.append({
|
| 173 |
"role": "user",
|
| 174 |
"content": content,
|
| 175 |
-
}
|
| 176 |
|
| 177 |
response = self.client.chat.completions.create(
|
| 178 |
model=model,
|
|
|
|
| 172 |
messages.append({
|
| 173 |
"role": "user",
|
| 174 |
"content": content,
|
| 175 |
+
})
|
| 176 |
|
| 177 |
response = self.client.chat.completions.create(
|
| 178 |
model=model,
|