@gammatech/aijsx 0.5.0-dev.2024-03-12.2 → 0.5.0-dev.2024-03-13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -181,7 +181,7 @@ declare module '@gammatech/aijsx' {
181
181
  * The set of valid Claude models.
182
182
  * @see https://docs.anthropic.com/claude/reference/selecting-a-model
183
183
  */
184
- type ValidAnthropicChatModel = 'claude-instant-1.2' | 'claude-2.1' | 'claude-3-opus-20240229' | 'claude-3-sonnet-20240229';
184
+ type ValidAnthropicChatModel = 'claude-instant-1.2' | 'claude-2.1' | 'claude-3-opus-20240229' | 'claude-3-sonnet-20240229' | 'claude-3-haiku-20240307';
185
185
  declare const AnthropicClientContext: Context<() => ChatCompletionClientAndProvider<AnthropicClient>>;
186
186
  type AnthropicChatCompletionProps = {
187
187
  model: ValidAnthropicChatModel;
package/dist/index.d.ts CHANGED
@@ -181,7 +181,7 @@ declare module '@gammatech/aijsx' {
181
181
  * The set of valid Claude models.
182
182
  * @see https://docs.anthropic.com/claude/reference/selecting-a-model
183
183
  */
184
- type ValidAnthropicChatModel = 'claude-instant-1.2' | 'claude-2.1' | 'claude-3-opus-20240229' | 'claude-3-sonnet-20240229';
184
+ type ValidAnthropicChatModel = 'claude-instant-1.2' | 'claude-2.1' | 'claude-3-opus-20240229' | 'claude-3-sonnet-20240229' | 'claude-3-haiku-20240307';
185
185
  declare const AnthropicClientContext: Context<() => ChatCompletionClientAndProvider<AnthropicClient>>;
186
186
  type AnthropicChatCompletionProps = {
187
187
  model: ValidAnthropicChatModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gammatech/aijsx",
3
- "version": "0.5.0-dev.2024-03-12.2",
3
+ "version": "0.5.0-dev.2024-03-13",
4
4
  "description": "Rewrite of aijsx",
5
5
  "author": "Jordan Garcia",
6
6
  "license": "MIT",