File size: 259 Bytes
6f61bb9
 
 
 
 
96a6d6a
6f61bb9
 
 
1
2
3
4
5
6
7
8
9
gradio:
  concurrent: 20
  port: 7860
openai:
  api_url: "https://api.openai.com/v1/chat/completions"
  content_token: 15000 # tokens per content_main (e.g. transcript). If exceed it will be splitted and iterated
  timeout_sec: 25
  max_retry: 2
  api_key: ""