Spaces:
Running
Running
Update custom_utils.py
Browse files- custom_utils.py +1 -1
custom_utils.py
CHANGED
|
@@ -109,7 +109,7 @@ def invoke_llm(openai_api_key, content):
|
|
| 109 |
openai.api_key = openai_api_key
|
| 110 |
|
| 111 |
completion = openai.chat.completions.create(
|
| 112 |
-
model="gpt-4o
|
| 113 |
messages=[
|
| 114 |
{
|
| 115 |
"role": "system",
|
|
|
|
| 109 |
openai.api_key = openai_api_key
|
| 110 |
|
| 111 |
completion = openai.chat.completions.create(
|
| 112 |
+
model="gpt-4o",
|
| 113 |
messages=[
|
| 114 |
{
|
| 115 |
"role": "system",
|