We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://www.bilibili.com/video/BV12m421n7w4 https://www.bilibili.com/video/BV1Rm421J7jf https://www.bilibili.com/video/BV1dr42187VJ https://www.bilibili.com/video/BV1XC411V7uh
qwen-free-api使用方法除了取login_ticket值之外和kimi-free-api基本一致
The text was updated successfully, but these errors were encountered:
贴一个api调用的代码
from openai import OpenAI token='xxx' client = OpenAI(base_url='http://127.0.0.1:8000/v1', api_key=token) response = client.chat.completions.create( model="qwen", messages = [ { "role": "user", "content": "你是谁?" } ], ) print(response)
Sorry, something went wrong.
No branches or pull requests
https://www.bilibili.com/video/BV12m421n7w4
https://www.bilibili.com/video/BV1Rm421J7jf
https://www.bilibili.com/video/BV1dr42187VJ
https://www.bilibili.com/video/BV1XC411V7uh
qwen-free-api使用方法除了取login_ticket值之外和kimi-free-api基本一致
The text was updated successfully, but these errors were encountered: