rojects/source/server/rojos/RojosConfig.ts

6 lines
111 B
TypeScript
Raw Permalink Normal View History

export const RojosConfig = {
baseURL: "http://0.0.0.0:8900/v1",
model: "LLAMA",
apiKey: "not-needed",
};