Spaces:
Running
Running
Farhan1572
commited on
Commit
•
f367cad
1
Parent(s):
fca69ab
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,7 @@ api_key = os.getenv("OPENAI_API_KEY")
|
|
9 |
# make an instance of the openai client
|
10 |
client = OpenAI(api_key = api_key)
|
11 |
|
|
|
12 |
# finetuned model instance
|
13 |
finetuned_model = "ft:gpt-3.5-turbo-0125:cedarbyte-business-solutions::9czePhr4"
|
14 |
|
|
|
9 |
# make an instance of the openai client
|
10 |
client = OpenAI(api_key = api_key)
|
11 |
|
12 |
+
|
13 |
# finetuned model instance
|
14 |
finetuned_model = "ft:gpt-3.5-turbo-0125:cedarbyte-business-solutions::9czePhr4"
|
15 |
|