ParthSadaria commited on
Commit
d7b15ab
·
verified ·
1 Parent(s): 4db3449

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -3
main.py CHANGED
@@ -122,9 +122,8 @@ async def fetch_models():
122
 
123
  available_model_ids = [
124
  "gpt-4o", "gpt-4o-mini", "claude-3-haiku", "llama-3.1-405b", "llama-3.1-70b",
125
- "llama-3.1-8b", "Qwen/Qwen2-72B-Instruct", "Qwen/Qwen2.5-3B-Instruct",
126
- "Qwen/Qwen2.5-72B-Instruct", "Qwen/Qwen2.5-Coder-32B-Instruct", "gemini-1.5-flash",
127
- "meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo", "mixtral-8x7b"
128
  ]
129
 
130
  @app.post("/chat/completions")
 
122
 
123
  available_model_ids = [
124
  "gpt-4o", "gpt-4o-mini", "claude-3-haiku", "llama-3.1-405b", "llama-3.1-70b",
125
+ "llama-3.1-8b", "gemini-1.5-flash", "mixtral-8x7b" , "command-r","gemini-pro",
126
+ "gpt-3.5-turbo", "command"
 
127
  ]
128
 
129
  @app.post("/chat/completions")