Spaces:
Running
Running
Update bin_public/config/presets.py
Browse files
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"
|