We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34947b4 commit dd86832Copy full SHA for dd86832
gateway/src/providers/huggingface.ts
@@ -3,7 +3,7 @@ import { ChatCompletionAPI } from '../api/chat'
3
import { DefaultProviderProxy } from './default'
4
5
export class HuggingFaceProvider extends DefaultProviderProxy {
6
- defaultBaseUrl = 'https://api-inference.huggingface.co'
+ defaultBaseUrl = 'https://router.huggingface.co/v1'
7
8
protected modelAPI(): ModelAPI {
9
return new ChatCompletionAPI('huggingface')
0 commit comments