Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Aug 26, 2024
1 parent 73f7925 commit 224e23a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"auto-completion",
"github-copilot"
],
"homepage": "https://monacopilot.vercel.app",
"repository": {
"type": "git",
"url": "https://github.com/arshad-yaseen/monacopilot"
Expand Down
5 changes: 1 addition & 4 deletions tests/ui/src/app/api/copilot/route.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import {Copilot} from 'monacopilot';

const copilot = new Copilot(process.env.GROQ_API_KEY!, {
provider: 'groq',
model: 'llama-3-70b',
});
const copilot = new Copilot(process.env.GROQ_API_KEY!);

export async function POST(req: Request) {
const body = await req.json();
Expand Down

0 comments on commit 224e23a

Please sign in to comment.