broadfield-dev commited on
Commit
4885778
·
verified ·
1 Parent(s): 59564f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -53,11 +53,9 @@ model = OpenAIServerModel(
53
  model_id="qwen/qwen-2.5-coder-32b-instruct",
54
  api_base="https://openrouter.ai/api/v1",
55
  api_key=os.environ["OPENROUTER_API_KEY"],
56
- client_kwargs = {
57
- 'max_tokens':2096,
58
- 'temperature':0.5,
59
- 'custom_role_conversions': None,
60
- }
61
  )
62
 
63
  # Import tool from Hub
 
53
  model_id="qwen/qwen-2.5-coder-32b-instruct",
54
  api_base="https://openrouter.ai/api/v1",
55
  api_key=os.environ["OPENROUTER_API_KEY"],
56
+ max_tokens:2096,
57
+ temperature:0.5,
58
+ custom_role_conversions: None,
 
 
59
  )
60
 
61
  # Import tool from Hub