Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Exit llmatic-config after each prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
fardjad committed May 27, 2023
1 parent 42d662c commit 7968acb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "llmatic",
"version": "0.4.6",
"version": "0.4.7",
"description": "Use self-hosted LLMs with an OpenAI compatible API",
"exports": {
"./llm-adapter": {
Expand Down
3 changes: 0 additions & 3 deletions src/cli/llmatic-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ const generateConfig = async (llmDefaultConfig) => {
);

console.log("\n\n📝 Generated config file: llmatic.config.json\n\n");

return menu();
};

const downloadModel = async () => {
Expand Down Expand Up @@ -125,7 +123,6 @@ const downloadModel = async () => {
});

await downloadFile(url, fileName);
return menu();
};

const { version } = await readPackageJson();
Expand Down

0 comments on commit 7968acb

Please sign in to comment.