You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
squawk.New().
Model(model).
BaseURL(ollamaBaseUrl).
Provider(provider.Ollama).
Options(options).
System("You are a useful AI agent, you are a Star Trek expert.").
User("Who is James T Kirk?").
Chat(func(answer llm.Answer, self*squawk.Squawk, errerror) {
fmt.Println(answer.Message.Content)
})
Improvement of the history messages management
Added support for structured output to the Docker Model Runner Chat API
Added support for structured output to the OpenAI Chat API