simpx commited on
Commit
c6d6467
·
1 Parent(s): 8ef5719
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import gradio as gr
2
  import openai
 
3
 
4
  # The first line contains the OpenAI key, while the second line provides the OpenAI URL, which is useful when the OpenAI server is hidden behind a proxy server.
5
  # eg. first line "sk-xxxxxxxxxx", second line "http://PROXY-URL"
 
1
  import gradio as gr
2
  import openai
3
+ import os
4
 
5
  # The first line contains the OpenAI key, while the second line provides the OpenAI URL, which is useful when the OpenAI server is hidden behind a proxy server.
6
  # eg. first line "sk-xxxxxxxxxx", second line "http://PROXY-URL"