Vihang28 commited on
Commit
d650203
·
verified ·
1 Parent(s): 42e8052

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def api_calling(image, prompt, api_key):
42
  }
43
  ],
44
  "max_tokens": 500,
45
- "temperature": 0.9,
46
  "n": 1
47
  }
48
  response = requests.post("https://api.openai.com/v1/chat/completions", headers=headers, json=payload)
 
42
  }
43
  ],
44
  "max_tokens": 500,
45
+ "temperature": 0.5,
46
  "n": 1
47
  }
48
  response = requests.post("https://api.openai.com/v1/chat/completions", headers=headers, json=payload)