fix: max tokens and context window size [LET-6481] (#8298)
* fix: max tokens [LET-6481] * remove print statements * update * simplofy fallback * address comments async * update other helpers * update pyproject,.toml * update pyproject w async lru * oopen ai internal async methods * update * update uv lock
This commit is contained in:
committed by
Caren Thomas
parent
238894eebd
commit
0333ff0614
@@ -75,6 +75,8 @@ dependencies = [
|
||||
"fastmcp>=2.12.5",
|
||||
"ddtrace>=4.2.1",
|
||||
"clickhouse-connect>=0.10.0",
|
||||
"aiofiles>=24.1.0",
|
||||
"async-lru>=2.0.5",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
||||
Reference in New Issue
Block a user