fix
Browse files
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"
|