-
怎么使用到国内的api 例如deepseek qwen 等。api 格式参考https://siliconflow.cn/zh-cn/models 。因为有免费api模型方便调试,非广告
-
## prompt
```sql
CREATE OR REPLACE MACRO prompt(q) AS (
WITH __input AS (
SELECT
http_post(
'https://api.openai.com/v1/chat/completions',
headers => M…
-
使用qwen时出现了一个bug
本来的model-config.json
```
[
{
"token":"qwen-1111222211",
"type":"qwen",
"config":{
"api_key":"sk-xxxxxxxxxxxxxx",
"model":…
-
https://qwenlm.github.io/blog/qwen2.5/
https://huggingface.co/collections/Qwen/qwen25-66e81a666513e518adb90d9e
-
### 🥰 需求描述
看起来在最新(v2.13.0)版本的release中,已经加入了对于阿里云模型api的支持,但是我不确定正确的使用方法应该是什么,具体来说:
接口地址应该填入什么呢?(或保持默认?)
接口密钥是否是从[阿里云百炼](https://bailian.console.aliyun.com/?apiKey=1#/api-key)创建?
是否支持qwen-long?qwe…
-
I’ve created a Gist with my proposed updates to the constants.ts file.
- This includes corrections to the OpenRouter model names.
- The addition of new OpenRouter models.
- Lastly sets the late…
-
What is the Qwen2-VL Max HF Demo config?
https://huggingface.co/spaces/Qwen/Qwen2-VL
In the demo from this repo, i found the setup for 7B, but is Qwen2-VL-Max the same?
Could someone please prov…
-
Yeah, i have 12 GB of Vram, trying to use the 7b qwen vision model, and it keeps giving me this error message, "An error occurred while generating the response: You can't move a model that has some mo…
-
### Describe your problem
graphrag的分段标识符没有作用,无法通过设置的换行符分段,使用qwen的API无效果,能否推进开源模型或者国内厂家API
-
### Your current environment
Deploy using llama factory
CUDA_VISIBLE_DEVICES=0 API_PORT=9092 python src/api_demo.py
--model_name_or_path /save_model/qwen1_5_7b_pcb_merge
--template qwen
--infer_b…