Acha
Acha
```ts class FixedBaseLLM extends BaseLLM { _generate( prompts: string[], stop?: string[] | undefined ): Promise { throw new Error("Method not implemented."); } _llmType(): string { throw new Error("Method not implemented.");...
I think it won't work because completion and chat completion have different api endpoints.
```json { "name": "icfesu-front", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": {...
@Jarred-Sumner I never used pnpm before in this project.
I set all the versions to "latest" and now: ``` Running build in Washington, D.C., USA (East) – iad1 (Hive) Cloning github.com/Achalogy/icfesu-front (Branch: master, Commit: 952bb28) Cloning completed: 438.457ms Restored...
Re-deploy with pnpm package manager works (and no pnpm-lock) https://pastebin.com/DncQp8EV