-
Notifications
You must be signed in to change notification settings - Fork 857
Open
Labels
Description
session_config = {
"model": "deepseek-r1:8b",
"streaming": True,
"provider": {
"type": "openai",
"base_url": "http://localhost:11434/v1",
},
}This code causes send_and_wait to wait indefinitely until python timeouts, although ollama is here and running and I can access it directly via the provided url.
Reactions are currently unavailable