Updated LLM config and added read_webpage
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {AbortablePromise} from './ai.ts';
|
||||
import {LLMMessage, LLMOptions, LLMRequest} from './llm.ts';
|
||||
import {LLMMessage, LLMRequest} from './llm.ts';
|
||||
|
||||
export abstract class LLMProvider {
|
||||
abstract ask(message: string, options: LLMRequest): AbortablePromise<LLMMessage[]>;
|
||||
|
||||
Reference in New Issue
Block a user