chore: update to gpt-4

This commit is contained in:
Zach Daniel 2023-04-28 01:19:09 -04:00
parent 1021b74062
commit 2a49a3feab

View file

@ -1,8 +1,8 @@
defmodule AshHq.Ashley.OpenAi do defmodule AshHq.Ashley.OpenAi do
@moduledoc false @moduledoc false
@open_ai_embed_model "text-embedding-ada-002" @open_ai_embed_model "text-embedding-ada-002"
@open_ai_chat_model "gpt-3.5-turbo" @open_ai_chat_model "gpt-4"
@message_token_limit 3500 @message_token_limit 7000
@dialyzer {:nowarn_function, {:complete, 4}} @dialyzer {:nowarn_function, {:complete, 4}}