Abbasid commited on
Commit
49808ab
·
verified ·
1 Parent(s): eb8d6cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -113,11 +113,11 @@ def create_comparison_statement(
113
  # OR_API_KEY = os.environ.get("OR_TOKEN")
114
  # if not OR_API_KEY: raise ValueError("API Key OR_TOKEN not found in environment variables.")
115
 
116
- model = OpenAIServerModel(
117
- model_id='qwen/qwen-2.5-coder-32b-instruct:free',
118
- api_base='https://openrouter.ai/api/v1',
119
- api_key=userdata.get("OR_TOKEN"),
120
- )
121
 
122
 
123
 
 
113
  # OR_API_KEY = os.environ.get("OR_TOKEN")
114
  # if not OR_API_KEY: raise ValueError("API Key OR_TOKEN not found in environment variables.")
115
 
116
+ # model = OpenAIServerModel(
117
+ # model_id='qwen/qwen-2.5-coder-32b-instruct:free',
118
+ # api_base='https://openrouter.ai/api/v1',
119
+ # api_key=userdata.get("OR_TOKEN"),
120
+ # )
121
 
122
 
123