Skip to content

Latest commit

 

History

History
26 lines (26 loc) · 1016 Bytes

README.md

File metadata and controls

26 lines (26 loc) · 1016 Bytes

Pot-App LLM 文字识别插件

说明

修改了过时的模型列表,fork from OpenAI

usage

填入API和API Endpoint,Endpoint的逻辑为:

if (!requestPath) {
        requestPath = "https://api.openai.com";
    }
    if (!/https?:\/\/.+/.test(requestPath)) {
        requestPath = `https://${requestPath}`;
    }
    if (requestPath.endsWith('/')) {
        requestPath = requestPath.slice(0, -1);
    }
    if (!requestPath.endsWith('/chat/completions')) {
        requestPath += '/v1/chat/completions';
    }

可以自行理解,请求的模板当然是OpenAI兼容格式。

input为自填

提供一些参考:

  • Pro/Qwen/Qwen2-VL-7B-Instruct 建议走硅基流动,¥0.35/1M tokens,而且这家有活动,邀请注册直接送¥14,浅浅贴个#aff
  • claude-3-haiku-20240307 一般中转价格为 ¥0.25/1M tokens,但是Anthropic时不时抽风就很烦。