Vihang28 commited on
Commit
b873d24
·
verified ·
1 Parent(s): 5a51b75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def api_calling(audio_file, prompt, api_key):
72
  ]
73
  }
74
  ],
75
- "max_tokens": 1500
76
  }
77
  response = requests.post("https://api.openai.com/v1/chat/completions", headers=headers, json=payload)
78
  audio_text_res = response.json()
 
72
  ]
73
  }
74
  ],
75
+ # "max_tokens": 1500
76
  }
77
  response = requests.post("https://api.openai.com/v1/chat/completions", headers=headers, json=payload)
78
  audio_text_res = response.json()