mirror of
				https://github.com/songquanpeng/one-api.git
				synced 2025-11-04 07:43:41 +08:00 
			
		
		
		
	fix: format channel options for consistency and improve tips for user guidance
This commit is contained in:
		@@ -19,14 +19,14 @@ export const CHANNEL_OPTIONS = [
 | 
			
		||||
    text: '百度文心千帆',
 | 
			
		||||
    value: 15,
 | 
			
		||||
    color: 'blue',
 | 
			
		||||
    tip: '请前往<a href="https://console.bce.baidu.com/qianfan/ais/console/applicationConsole/application/v1" target="_blank">此处</a>获取 AK(API Key)以及 SK(Secret Key)',
 | 
			
		||||
    tip: '请前往<a href="https://console.bce.baidu.com/qianfan/ais/console/applicationConsole/application/v1" target="_blank">此处</a>获取 AK(API Key)以及 SK(Secret Key),注意,V2 版本接口请使用 <strong>百度文心千帆 V2 </strong>渠道类型',
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    key: 47,
 | 
			
		||||
    text: '百度文心千帆 V2',
 | 
			
		||||
    value: 47,
 | 
			
		||||
    color: 'blue',
 | 
			
		||||
    tip: '请前往<a href="https://console.bce.baidu.com/iam/#/iam/apikey/list" target="_blank">此处</a>获取 API Key',
 | 
			
		||||
    tip: '请前往<a href="https://console.bce.baidu.com/iam/#/iam/apikey/list" target="_blank">此处</a>获取 API Key,注意本渠道仅支持<a target="_blank" href="https://cloud.baidu.com/doc/WENXINWORKSHOP/s/em4tsqo3v">推理服务 V2</a>相关模型',
 | 
			
		||||
  },
 | 
			
		||||
  {key: 17, text: '阿里通义千问', value: 17, color: 'orange'},
 | 
			
		||||
  {key: 18, text: '讯飞星火认知', value: 18, color: 'blue'},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user