Skip to content

Commit

Permalink
limit to claude and oai for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda committed Jul 26, 2024
1 parent dbf192b commit 7580724
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions backend/app/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,7 @@
"enum": [
"GPT 4o Mini",
"GPT 4o",
"Claude 3.5 Sonnet",
"GEMINI",
"Mixtral"
"Claude 3.5 Sonnet"
],
"type": "string"
},
Expand Down
3 changes: 0 additions & 3 deletions backend/app/llms.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ class LLMType(str, Enum):
GPT_4O_MINI = "GPT 4o Mini"
GPT_4O = "GPT 4o"
CLAUDE_3_5_SONNET = "Claude 3.5 Sonnet"
GEMINI = "GEMINI"
MIXTRAL = "Mixtral"
OLLAMA = "Ollama"


@lru_cache(maxsize=4)
Expand Down

0 comments on commit 7580724

Please sign in to comment.