mlara commited on
Commit
f81db3e
1 Parent(s): 5494ebe

third commit

Browse files
Files changed (1) hide show
  1. 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-1106-preview" ### YOUR CODE HERE
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(