sasaki-saku commited on
Commit
44c2a44
·
verified ·
1 Parent(s): a6df1a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -132,16 +132,11 @@ def clear_inputs(text):
132
 
133
  with gr.Blocks() as demo:
134
  gr.Markdown('''
135
- # API Key Status Checker
136
-
137
- ### Supported: OpenAI/Anthropic/Google Gemini/Microsoft Azure/Mistral AI
138
 
139
  *(Based on shaocongma, CncAnon1 and Drago key checkers)*
140
 
141
- *Azure endpoint's format:*
142
- *(https://)YOUR_RESOURCE_NAME.openai.azure.com;YOUR_API_KEY*
143
- *YOUR_RESOURCE_NAME:YOUR_API_KEY*
144
-
145
  ''')
146
 
147
  with gr.Row():
 
132
 
133
  with gr.Blocks() as demo:
134
  gr.Markdown('''
135
+ # OpenAI/Anthropic/Google Gemini/Microsoft Azure/Mistral AI API Key Status Checker
 
 
136
 
137
  *(Based on shaocongma, CncAnon1 and Drago key checkers)*
138
 
139
+ Azure endpoint's format: YOUR_RESOURCE_NAME:YOUR_API_KEY or (https://)YOUR_RESOURCE_NAME.openai.azure.com;YOUR_API_KEY
 
 
 
140
  ''')
141
 
142
  with gr.Row():