Spaces:
Runtime error
Runtime error
Update app-gpt.py
Browse files- app-gpt.py +2 -0
app-gpt.py
CHANGED
@@ -3,6 +3,8 @@ import openai
|
|
3 |
import os
|
4 |
from openai import OpenAI
|
5 |
|
|
|
|
|
6 |
# Initialisiere OpenAI-Client mit API Key
|
7 |
client = OpenAI(api_key=os.getenv("openai"))
|
8 |
|
|
|
3 |
import os
|
4 |
from openai import OpenAI
|
5 |
|
6 |
+
print("Gradio Version",gr.__version__)
|
7 |
+
|
8 |
# Initialisiere OpenAI-Client mit API Key
|
9 |
client = OpenAI(api_key=os.getenv("openai"))
|
10 |
|