Spaces:
Build error
Build error
AppleBotzz
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -178,6 +178,7 @@ with gr.Blocks() as demo:
|
|
178 |
|
179 |
#Text explaining that you can use the API key from the Anthropic API or the OpenAI API
|
180 |
gr.Markdown("You can use the API key from the Anthropic API or the OpenAI API. The API key should start with 'sk-ant-' for Anthropic or 'sk-' for OpenAI.")
|
|
|
181 |
|
182 |
with gr.Row():
|
183 |
with gr.Column():
|
|
|
178 |
|
179 |
#Text explaining that you can use the API key from the Anthropic API or the OpenAI API
|
180 |
gr.Markdown("You can use the API key from the Anthropic API or the OpenAI API. The API key should start with 'sk-ant-' for Anthropic or 'sk-' for OpenAI.")
|
181 |
+
gr.Markdown("Please Note: If you use a proxy it must support the OpenAI or Anthropic standard api calls! khanon does, Openrouter based ones usually do not.")
|
182 |
|
183 |
with gr.Row():
|
184 |
with gr.Column():
|