AppleBotzz commited on
Commit
0c07a2d
·
verified ·
1 Parent(s): 97b167d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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():