Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from steamship import Steamship
|
|
7 |
|
8 |
#if you have OpenAI API key as a string, enable the below
|
9 |
|
10 |
-
client = Steamship(workspace="gpt-
|
11 |
generator = client.use_plugin('gpt-4')
|
12 |
|
13 |
prompt = "你好,我是做客ChatBot,当前运行在OpenAI GPT-4模型,欢迎大家通过我体验GPT-4的强大。"
|
|
|
7 |
|
8 |
#if you have OpenAI API key as a string, enable the below
|
9 |
|
10 |
+
client = Steamship(workspace="gpt-411111111")
|
11 |
generator = client.use_plugin('gpt-4')
|
12 |
|
13 |
prompt = "你好,我是做客ChatBot,当前运行在OpenAI GPT-4模型,欢迎大家通过我体验GPT-4的强大。"
|