You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
674 B
28 lines
674 B
spring: |
|
application: |
|
name: ai-native-backend |
|
datasource: |
|
url: jdbc:postgresql://localhost:5432/ai_native_db |
|
username: ai_agent_user |
|
password: Agent@2026 |
|
driver-class-name: org.postgresql.Driver |
|
jpa: |
|
hibernate: |
|
ddl-auto: none |
|
show-sql: true |
|
properties: |
|
hibernate: |
|
format_sql: true |
|
dialect: org.hibernate.dialect.PostgreSQLDialect |
|
|
|
langchain4j: |
|
open-ai: |
|
chat-model: |
|
api-key: ${ZHIPU_API_KEY:61833436cbd642ed844d0128a99b2e89.PTbpERpysO3qSf8w} |
|
base-url: https://open.bigmodel.cn/api/paas/v4/ |
|
model-name: glm-4-plus |
|
log-requests: true |
|
log-responses: true |
|
|
|
server: |
|
port: 8080
|
|
|