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 |
-
|
| 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 |
};
|