Skip to content

Commit

Permalink
Update llm_proxy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis authored Jun 10, 2024
1 parent 22fe06d commit 364d28c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skema/rest/llm_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ async def get_lines_of_model(zip_file: UploadFile = File()) -> List[Dynamics]:
# initialize the models
openai = ChatOpenAI(
temperature=temperature,
model_name='gpt-3.5-turbo-0613',
model_name='gpt-3.5-turbo',
openai_api_key=SKEMA_OPENAI_KEY
)

Expand Down Expand Up @@ -181,4 +181,4 @@ async def get_lines_of_model(zip_file: UploadFile = File()) -> List[Dynamics]:


app = FastAPI()
app.include_router(router)
app.include_router(router)

0 comments on commit 364d28c

Please sign in to comment.