Commit Graph

10 Commits

Author SHA1 Message Date
2ddc2d2023 + openai - add stop_sequences support 2024-12-07 13:05:22 -08:00
001b124381 + tool - First pass at adding Function Calling for OpenAI and Anthropic (rel #24) 2024-10-29 20:15:38 -07:00
896b9d4f72 . whitepace - add empty lines on all files 2024-09-17 16:52:21 -07:00
9d9e739d0e . comments proofing (using genai with custom script) 2024-09-14 20:34:24 -07:00
9fd86ebf89 + openai - add structured json (first pass, no schema sanity check/tune) 2024-09-04 12:10:25 -07:00
745d9081ca ! AuthResolver - Refactor AuthResolver Scheme/API
! completely remove AdapterConfig
2024-08-13 17:47:36 -07:00
4b6bbf1306 . test - ChatOptions - add tests for temperature 2024-07-30 18:27:21 -07:00
0bd5135a6d . test - add test_chat_json_ok openai, groq, ollama (avoid token usage check) 2024-07-26 17:27:20 -07:00
f9b54f3d16 . update tests and examples from to 'gpt-4o-mini' (was 'gpt-3.5-turbo') 2024-07-19 16:19:43 -07:00
7ae239cf2c + ChatResponse.usage - Implement chat reponse usage for all adapters but Cohere
^ stream capture content/usage - Continue implement for all adapters for Cohere
* tests - setup main tests and tests infra
^ ClientBuilder - Add with_chat_request_options, with_adapter_kind_resolver (passthrough to ClientConfig)
2024-07-17 18:22:45 -07:00