gpt-3.5-turbo-16k
is not supported by llama-index? In openai_agent.py
I just added the model to the list of supported names shown below, and for days now its been working perfectly fine, 0 issues.SUPPORTED_MODEL_NAMES = [ "gpt-3.5-turbo-0613", "gpt-4-0613", "gpt-3.5-turbo-16k" # <-- Added this ]