Spaces:
Sleeping
Sleeping
third commit
Browse files- earnings_app.py +1 -1
earnings_app.py
CHANGED
@@ -91,7 +91,7 @@ chunk_size = 500
|
|
91 |
|
92 |
llm = OpenAI(
|
93 |
temperature=0,
|
94 |
-
model="gpt-4
|
95 |
)
|
96 |
|
97 |
service_context = ServiceContext.from_defaults(
|
|
|
91 |
|
92 |
llm = OpenAI(
|
93 |
temperature=0,
|
94 |
+
model="gpt-4" ### YOUR CODE HERE
|
95 |
)
|
96 |
|
97 |
service_context = ServiceContext.from_defaults(
|