简单给deepseek糊了个fc接口,坛友们测测

大佬nb

大佬好强

image
哥,打不开

这不是网页,是可以直接用的

没有放oneapi,是现成的接口,没有任何限制

大佬nb,期待大佬开源 :smiling_face_with_three_hearts:

用lobe试了一下,插件有返回值,但是模型没有返回值

时间插件可以

好像输入过多,会直接报错

{
  "error": {
    "headers": {
      "content-type": "text/html; charset=utf-8"
    },
    "stack": "Error: 500 <!doctype html>\n<html lang=en>\n<title>500 Internal Server Error</title>\n<h1>Internal Server Error</h1>\n<p>The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.</p>\n\n    at e$.generate (https://chat-preview.lobehub.com/_next/static/chunks/81666-08deb1b393cc6d01.js:253:1885)\n    at rk.makeStatusError (https://chat-preview.lobehub.com/_next/static/chunks/81666-08deb1b393cc6d01.js:253:14221)\n    at rk.makeRequest (https://chat-preview.lobehub.com/_next/static/chunks/81666-08deb1b393cc6d01.js:253:15144)\n    at async l.chat (https://chat-preview.lobehub.com/_next/static/chunks/9270-19e96a55bb100bd8.js:1:32563)\n    at async n (https://chat-preview.lobehub.com/_next/static/chunks/9270-19e96a55bb100bd8.js:1:48864)\n    at async O (https://chat-preview.lobehub.com/_next/static/chunks/81666-08deb1b393cc6d01.js:246:2626)",
    "status": 500
  },
  "endpoint": "https://fc.le****hu.cn/v1",
  "provider": "openai"
}

收到,有bug,等待改进,lobe使用确实会有一些问题

请问模型填什么啊?

就填deepseek的,比如deepseek-chat

我想知道是什么模型都能糊fc吗?

理论上可以

模型名随便填,这个接口全部重定向给ds

1 个赞

我愿称之为绝活

刚进来, FC 是个啥?

支持大佬

Function Call

1 个赞

请问deepseek能不能读图的?

为啥是502,具体要怎么用啊 curl https://fc.leezhu.cn/v1/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer fsfsafsafsafsa" \ -d '{ "model": "gpt-4o", "messages": [ { "role": "system", "content": "You are a helpful assistant." }, { "role": "user", "content": "Hello!" } ] }'