[improvement](python) LLM parsing related services support Python service and Java service invocation (#418)

This commit is contained in:
lexluo09
2023-11-24 15:59:29 +08:00
committed by GitHub
parent 30bb9a1dc0
commit aa433baa06
28 changed files with 1054 additions and 103 deletions

View File

@@ -40,3 +40,18 @@ 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