nikunjcepatel commited on
Commit
b1216f7
·
verified ·
1 Parent(s): 3d0edff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -9,6 +9,10 @@ API_KEY = os.getenv("OpenRouter_API_KEY")
9
  # Define available models for selection
10
  MODEL_OPTIONS = [
11
  "openai/gpt-4o-mini-2024-07-18",
 
 
 
 
12
  "meta-llama/llama-3.1-405b-instruct",
13
  "nvidia/llama-3.1-nemotron-70b-instruct",
14
  "qwen/qwen-2.5-7b-instruct",
 
9
  # Define available models for selection
10
  MODEL_OPTIONS = [
11
  "openai/gpt-4o-mini-2024-07-18",
12
+ "openai/gpt-4o-2024-11-20",
13
+ "anthropic/claude-3.5-sonnet",
14
+ "google/gemini-pro-1.5",
15
+ "cohere/command-r-plus",
16
  "meta-llama/llama-3.1-405b-instruct",
17
  "nvidia/llama-3.1-nemotron-70b-instruct",
18
  "qwen/qwen-2.5-7b-instruct",