discourse-ai/spec/lib/completions/dialects
Sam 8b382d6098
FEATURE: support for claude opus and sonnet (#508)
This provides new support for messages API from Claude.

It is required for latest model access.

Also corrects implementation of function calls.

* Fix message interleving

* fix broken spec

* add new models to automation
2024-03-06 06:04:37 +11:00
..
chat_gpt_spec.rb FIX: scrub invalid prompts when truncating (#426) 2024-01-16 13:48:00 +11:00
claude_messages_spec.rb FEATURE: support for claude opus and sonnet (#508) 2024-03-06 06:04:37 +11:00
claude_spec.rb FIX: scrub invalid prompts when truncating (#426) 2024-01-16 13:48:00 +11:00
dialect_context.rb FIX: image generation in gemini was broken (#490) 2024-02-27 18:24:30 +11:00
dialect_spec.rb FIX: scrub invalid prompts when truncating (#426) 2024-01-16 13:48:00 +11:00
gemini_spec.rb FIX: image generation in gemini was broken (#490) 2024-02-27 18:24:30 +11:00
llama2_classic_spec.rb REFACTOR: Represent generic prompts with an Object. (#416) 2024-01-12 14:36:44 -03:00
mixtral_spec.rb REFACTOR: Represent generic prompts with an Object. (#416) 2024-01-12 14:36:44 -03:00
orca_style_spec.rb REFACTOR: Represent generic prompts with an Object. (#416) 2024-01-12 14:36:44 -03:00