/
bytevalue
/
optimal
Обзор
Документация
Войти
/
bytevalue
/
optimal
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/main/resources/application.yaml
48 строк
1 KB
Ivan Srdbt
Bugfixes
12 дек 2025, 23:58
12 дек 2025, 23:58
1280648
Код
Авторство
О чём код?
spring: application: name: optimal-approach datasource: url: jdbc:postgresql://localhost:5432/optimal username: postgres password: postgrespostgrespostgres333 driver-class-name: org.postgresql.Driver jpa: hibernate: ddl-auto: update show-sql: false properties: hibernate: format_sql: true ai: openai: embedding: options: model: qwen/qwen3-embedding-8b dimensions: 1536 base-url: https://openrouter.ai/api api-key: ${openrouter.api-key} base-url: https://openrouter.ai/api chat: options: model: qwen/qwen3-next-80b-a3b-instruct temperature: 0.2 max-tokens: 50000 chat: memory: repository: jdbc: initialize-schema: always vectorstore: pgvector: index-type: hnsw max-document-batch-size: 10000 dimensions: 1536 logging: level: root: INFO srdbt.production.optimal_approach: DEBUG server: port: 8080 parsing.on: false