bstraehle commited on
Commit
b34c465
1 Parent(s): e5a7c10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ wandb_api_key = os.environ["WANDB_API_KEY"]
10
 
11
  config = {
12
  "model": "anthropic.claude-v2",
13
- "temperature": 1,
14
  }
15
 
16
  wandb.login(key = wandb_api_key)
 
10
 
11
  config = {
12
  "model": "anthropic.claude-v2",
13
+ "temperature": 0,
14
  }
15
 
16
  wandb.login(key = wandb_api_key)