Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -713,6 +713,7 @@ import openai
|
|
713 |
import json
|
714 |
|
715 |
host = os.environ.get("host")
|
|
|
716 |
code = os.environ.get("code")
|
717 |
model_llm = os.environ.get("model")
|
718 |
content = os.environ.get("content")
|
@@ -721,6 +722,7 @@ system = os.environ.get("system")
|
|
721 |
auth = os.environ.get("auth")
|
722 |
g_auth = os.environ.get("g_auth")
|
723 |
auth2 = os.environ.get("auth2")
|
|
|
724 |
openai.api_key = auth4
|
725 |
openai.api_base = host2
|
726 |
vis_url = os.environ.get("vis_url")
|
|
|
713 |
import json
|
714 |
|
715 |
host = os.environ.get("host")
|
716 |
+
host2 = os.environ.get("host2")
|
717 |
code = os.environ.get("code")
|
718 |
model_llm = os.environ.get("model")
|
719 |
content = os.environ.get("content")
|
|
|
722 |
auth = os.environ.get("auth")
|
723 |
g_auth = os.environ.get("g_auth")
|
724 |
auth2 = os.environ.get("auth2")
|
725 |
+
auth4 = os.environ.get("auth4")
|
726 |
openai.api_key = auth4
|
727 |
openai.api_base = host2
|
728 |
vis_url = os.environ.get("vis_url")
|