nsarrazin HF staff commited on
Commit
26efb26
1 Parent(s): b5041c1

fix: typecheck

Browse files
src/lib/server/endpoints/endpoints.ts CHANGED
@@ -28,7 +28,7 @@ export type EndpointGenerator<T extends CommonEndpoint> = (parameters: T) => End
28
  // list of all endpoint generators
29
  export const endpoints = {
30
  tgi: endpointTgi,
31
- sagemaker: endpointAws,
32
  openai: endpointOai,
33
  llamacpp: endpointLlamacpp,
34
  };
 
28
  // list of all endpoint generators
29
  export const endpoints = {
30
  tgi: endpointTgi,
31
+ aws: endpointAws,
32
  openai: endpointOai,
33
  llamacpp: endpointLlamacpp,
34
  };