-
- Downloads
Merge pull request #261 from aurelio-labs/james/add-token-limit-openai
feat: add token limit to openai encoder
No related branches found
No related tags found
Showing
- .github/workflows/test.yml 1 addition, 1 deletion.github/workflows/test.yml
- Makefile 7 additions, 0 deletionsMakefile
- coverage.xml 1482 additions, 1191 deletionscoverage.xml
- semantic_router/encoders/__init__.py 45 additions, 0 deletionssemantic_router/encoders/__init__.py
- semantic_router/encoders/openai.py 48 additions, 2 deletionssemantic_router/encoders/openai.py
- semantic_router/encoders/zure.py 1 addition, 1 deletionsemantic_router/encoders/zure.py
- semantic_router/layer.py 5 additions, 5 deletionssemantic_router/layer.py
- semantic_router/schema.py 13 additions, 41 deletionssemantic_router/schema.py
- tests/integration/57640.4032.txt 222 additions, 0 deletionstests/integration/57640.4032.txt
- tests/integration/encoders/test_openai_integration.py 37 additions, 0 deletionstests/integration/encoders/test_openai_integration.py
- tests/unit/test_hybrid_layer.py 1 addition, 1 deletiontests/unit/test_hybrid_layer.py
- tests/unit/test_layer.py 1 addition, 1 deletiontests/unit/test_layer.py
- tests/unit/test_schema.py 0 additions, 36 deletionstests/unit/test_schema.py
Loading
Please register or sign in to comment