• This project
    • Loading...
  • Sign in

lizhengwei / aigc-embedding-service

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • aigc-embedding-service
  • src
  • football_replay_match
  • cfg
  • config.yaml
  • jira:NYJ-1540 desc: update api.py · a2bc9a48
    a2bc9a48 Browse Files
    lizhengwei authored 2026-05-15 15:44:17 +0800
config.yaml 364 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
input_kafka:
  servers: 192.168.0.14:9092
  group_id: ai_match_service
  topic: football_replay_match_req
  # username: xxx
  # password: xxx

output_kafka:
  servers: 192.168.0.14:9092
  topic: football_replay_match_resp


llm:
  base_url: http://192.168.1.59:11434/v1
  model_name: Qwen3.6-35B-A3B-UD-Q8_K_XL.gguf
  temperature: 0.7

common:
  cache_dir: ./cache