AlexBlock
AlexBlock
WOW原来github能回这么快的吗WW OO好吧试试f12改(┬┬﹏┬┬)
我是这样实现的: ``` apikey = '' url = '/api/service/remote_services_system' querystring = {"apikey": apikey} head = {'Content-Type': 'application/json; charset=utf-8'} response = requests.get(url, headers=head, params=querystring) print(response.text) ``` 哪里出问题了呢 依然返回{"status":403,"data":"[Forbidden] 密钥不正确" 我使用的是在我的信息-API 接口密钥处生成的 apikey...
oh好吧,我去试试用管理员key试试
你做的好啊(赞赏)
还得是你啊
The official example is accessible ``` # Please install OpenAI SDK first: `pip3 install openai` from openai import OpenAI client = OpenAI(api_key="", base_url="https://api.deepseek.com") response = client.chat.completions.create( model="deepseek-chat", messages=[ {"role": "system",...
I found that this issue occurs after performing a very long task, but creating new tasks still only has a small probability of responding
After discussing with other cline users, I found that many people are experiencing the issue of the API being unresponsive for long periods of time Is this related to the...
https://github.com/cline/cline/issues/1194 Same question I hope this can be resolved by cline rather than abandoning the official API and using a third-party API service.
https://github.com/cline/cline/issues/1166 https://github.com/cline/cline/issues/1157