Skip to content

Commit 7db5fda

Browse files
committed
refactor: rename PRism references to Keploy in README and configuration files
Signed-off-by: Sky Singh <akashsingh2210670@gmail.com>
1 parent 00c8d01 commit 7db5fda

3 files changed

Lines changed: 2 additions & 120 deletions

File tree

keploy-github-app-beta/README.md

Lines changed: 0 additions & 118 deletions
This file was deleted.

keploy-github-app-beta/llm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export async function handlePrAnalysis(
1919
const useCase = config ? useCaseModels[config.useCase] : null;
2020

2121
// Build the config info comment
22-
const configInfo = `## PRism Configuration
22+
const configInfo = `## Keploy Configuration
2323
Use Case: ${config?.useCase || 'Not configured'}
2424
API Endpoint: ${config?.apiEndpoint || 'Not configured'}
2525

keploy-github-app-beta/src/config/userConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export interface UserConfig {
1111
selectedModel: string; // Changed from ModelInfo to string
1212
}
1313

14-
const CONFIG_FILE = 'prism-config.json';
14+
const CONFIG_FILE = 'keploy-config.json';
1515

1616
export function saveConfig(config: UserConfig): void {
1717
fs.writeFileSync(CONFIG_FILE, JSON.stringify(config, null, 2));

0 commit comments

Comments
 (0)