Spaces:
Runtime error
Runtime error
Update pipeline.py
Browse files- pipeline.py +0 -1
pipeline.py
CHANGED
@@ -34,7 +34,6 @@ def chat_with_gpt(prompt, api_key):
|
|
34 |
|
35 |
try:
|
36 |
openai.api_key = api_key
|
37 |
-
openai.api_base = "https://api.nova-oss.com/v1"
|
38 |
chat = openai.ChatCompletion.create(
|
39 |
# model="gpt-3.5-turbo",
|
40 |
model="gpt-4",
|
|
|
34 |
|
35 |
try:
|
36 |
openai.api_key = api_key
|
|
|
37 |
chat = openai.ChatCompletion.create(
|
38 |
# model="gpt-3.5-turbo",
|
39 |
model="gpt-4",
|