[improvement](chat) remove Python service and rewrite it using a Java project (#428)

This commit is contained in:
lexluo09
2023-11-27 17:40:10 +08:00
committed by GitHub
parent c36082476f
commit 41e585324d
23 changed files with 16 additions and 613 deletions

View File

@@ -39,19 +39,4 @@ llm:
embedding:
url: http://127.0.0.1:9092
functionCall:
url: http://127.0.0.1:9092
langchain4j:
chat-model:
provider: open_ai
openai:
api-key: api_key
model-name: gpt-3.5-turbo
temperature: 0.0
timeout: PT60S
logging:
level:
dev.langchain4j: DEBUG
dev.ai4j.openai4j: DEBUG
url: http://127.0.0.1:9092