Skip to content

open-v2ai/stock-master-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Master AI

AI股票大师陪你一起精进!

Getting start

  1. 修改 llm.py 中的 API 配置

    conf = {
    # https://platform.openai.com/docs/api-reference
        "openai": (
            "https://api.openai.com/v1",
            "sk-***",
            "chatgpt-4o-latest"
        ),
    # https://help.aliyun.com/zh/model-studio/developer-reference/use-qwen-by-calling-api
        "tyqw": (
            "https://dashscope.aliyuncs.com/compatible-mode/v1",
            "sk-***",
            "qwen-turbo-latest"
        ),
    # https://bigmodel.cn/dev/api/normal-model/glm-4
        "zpai": (
            "https://open.bigmodel.cn/api/paas/v4",
             "sk-***",
            "GLM-4-Flash"
        ),
    # https://www.volcengine.com/product/doubao
        "zjdb": (
            "https://ark.cn-beijing.volces.com/api/v3",
            "sk-***",
            "ep-***" #doubao-lite-4k
        )
    }
  2. 安装依赖

    pip install -r requirements.txt
  3. 运行

    export no_proxy="localhost, 127.0.0.1, ::1"
    
    python run.py
  4. 打开浏览器开始使用 http://127.0.0.1:7860

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages