Commit 98db18f
authored
OpenAI: remove deprecated APIs (#124)
## Breaking Change
`OpenAiTokenizer` bean is no longer created automatically as there is no
default constructor any more and there is no way to configure the model
for the tokenizer.
This is a part of langchain4j/langchain4j#2792
## General checklist
- [ ] There are no breaking changes
- [ ] I have added unit and/or integration tests for my change
- [ ] The tests cover both positive and negative cases
- [X] I have manually run all the unit and integration tests in the
module I have added/changed, and they are all green
- [X] I have added/updated the
[documentation](https://github.com/langchain4j/langchain4j/tree/main/docs/docs)
- [ ] I have added an example in the [examples
repo](https://github.com/langchain4j/langchain4j-examples) (only for
"big" features)1 parent 899a6c4 commit 98db18f
File tree
1 file changed
+0
-6
lines changed- langchain4j-open-ai-spring-boot-starter/src/main/java/dev/langchain4j/openai/spring
1 file changed
+0
-6
lines changedLines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | 366 | | |
0 commit comments