12345678910111213141516171819202122232425262728 |
- import openai from './openai'
- import anthropic from './anthropic'
- import azure_openai from './azure_openai'
- import replicate from './replicate'
- import huggingface_hub from './huggingface_hub'
- import wenxin from './wenxin'
- import tongyi from './tongyi'
- import spark from './spark'
- import minimax from './minimax'
- import chatglm from './chatglm'
- import xinference from './xinference'
- import openllm from './openllm'
- export default {
- openai,
- anthropic,
- azure_openai,
- replicate,
- huggingface_hub,
- wenxin,
- tongyi,
- spark,
- minimax,
- chatglm,
- xinference,
- openllm,
- }
|