Skip to content

Commit

Permalink
Bump OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
homanp committed May 3, 2024
1 parent 022cb26 commit 3f0cae4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion fern/apis/prod/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.2
info:
title: Superagent
description: 🥷 Run AI-agents with an API
version: 0.2.34
version: 0.2.36
servers:
- url: https://api.beta.superagent.sh
paths:
Expand Down Expand Up @@ -1777,14 +1777,20 @@ components:
LLMModel:
title: LLMModel
enum:
- GPT_3_5_TURBO
- GPT_3_5_TURBO_16K_0613
- GPT_3_5_TURBO_0613
- GPT_3_5_TURBO_1106
- GPT_3_5_TURBO_0125
- GPT_4
- GPT_4_0613
- GPT_4_32K
- GPT_4_32K_0613
- GPT_4_1106_PREVIEW
- GPT_4_0125_PREVIEW
- GPT_4_TURBO
- GPT_4_TURBO_PREVIEW
- GPT_4_TURBO_2024_04_09
- MISTRAL_7B_INSTRUCT_V01
- MIXTRAL_8X7B_INSTRUCT_V01
type: string
Expand Down

0 comments on commit 3f0cae4

Please sign in to comment.