AllenYkl commited on
Commit
c4318b2
Β·
1 Parent(s): 393a2ca

Update bin_public/config/presets.py

Browse files
Files changed (1) hide show
  1. bin_public/config/presets.py +4 -1
bin_public/config/presets.py CHANGED
@@ -1,5 +1,8 @@
1
- import gradio as gr
2
  # -*- coding:utf-8 -*-
 
 
 
 
3
  title = """<h1 align="center">ChatGPT-dteam πŸš€</h1>"""
4
  API_HOST = "api.openai.com"
5
  BALANCE_API_URL="https://api.openai.com/dashboard/billing/credit_grants"
 
 
1
  # -*- coding:utf-8 -*-
2
+
3
+ import gradio as gr
4
+ import os
5
+
6
  title = """<h1 align="center">ChatGPT-dteam πŸš€</h1>"""
7
  API_HOST = "api.openai.com"
8
  BALANCE_API_URL="https://api.openai.com/dashboard/billing/credit_grants"