mirror of
https://github.com/tcsenpai/multi1.git
synced 2025-06-06 02:55:21 +00:00
Logged Ollama for faster debugging
This commit is contained in:
parent
5275985873
commit
e216cf8568
@ -54,6 +54,7 @@ class OllamaHandler(BaseHandler):
|
||||
}
|
||||
)
|
||||
response.raise_for_status()
|
||||
print(response.json())
|
||||
return response.json()["message"]["content"]
|
||||
|
||||
class PerplexityHandler(BaseHandler):
|
||||
|
Loading…
x
Reference in New Issue
Block a user