Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
taichimaeda committed Apr 20, 2024
1 parent fe494dc commit b553a89
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/api/providers/ollama.json
Original file line number Diff line number Diff line change
Expand Up @@ -315,4 +315,4 @@
"inputCost": 0,
"outputCost": 0
}
}
}
2 changes: 1 addition & 1 deletion src/api/providers/openrouter.json
Original file line number Diff line number Diff line change
Expand Up @@ -499,4 +499,4 @@
"inputCost": 0.003,
"outputCost": 0.015
}
}
}
6 changes: 5 additions & 1 deletion src/settings/versions/1.1.0/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import { ChatCompletionsModel, ChatHistory, CompletionsModel } from './api/openai';
import {
ChatCompletionsModel,
ChatHistory,
CompletionsModel,
} from './api/openai';

export interface MarkpilotSettings1_1_0 {
apiKey: string | undefined;
Expand Down
2 changes: 1 addition & 1 deletion src/settings/versions/1.2.0/api/providers/ollama.json
Original file line number Diff line number Diff line change
Expand Up @@ -315,4 +315,4 @@
"inputCost": 0,
"outputCost": 0
}
}
}
2 changes: 1 addition & 1 deletion src/settings/versions/1.2.0/api/providers/openrouter.json
Original file line number Diff line number Diff line change
Expand Up @@ -499,4 +499,4 @@
"inputCost": 0.003,
"outputCost": 0.015
}
}
}

0 comments on commit b553a89

Please sign in to comment.