# currant **Repository Path**: heygallon/currant ## Basic Information - **Project Name**: currant - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-21 - **Last Updated**: 2025-09-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 介绍 LLM function call方式数据库AI问答 ## 快速开始 ### 拷贝环境文件:复制.env-dev为.evn文件 ### 修改api-key : .evn文件,只支持Qwen、OpenAI、OpenAIAzure的模型 ```shell OPENAI_API_KEY={Your-Api-Key} OPENAI_API_BASE={Your-Api-Base} AZURE_DEPLOYMENT_NAME={Your-deployment-name} AZURE_API_KEY={Your-Api-Key} AZURE_API_BASE={Your-Api-Base} AZURE_API_VERSION={Your-Api-Version} # azure or openai OPENAI_MODE=azure ``` ### docker-compose方式启动 ```shell git clone cd currant docker-compose up -d ``` # 访问 docker启动后,访问http://localhost:3000 # 引用 Farfalle https://github.com/rashadphz/farfalle