Skip to content

Commit

Permalink
feat: working on-chain
Browse files Browse the repository at this point in the history
  • Loading branch information
0xArdi committed Nov 20, 2024
1 parent 07d3c48 commit 81b8853
Show file tree
Hide file tree
Showing 13 changed files with 3,791 additions and 422 deletions.
10 changes: 10 additions & 0 deletions .api_keys.json.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"openai": [
"Your #1 OpenAI API key here",
"Your #2 OpenAI API key here"
],
"google_api_key": [
"Your #1 Google API key here",
"Your #2 Google API key here"
]
}
5 changes: 0 additions & 5 deletions .env.example

This file was deleted.

3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,11 @@ temp/
electron/.next

dist/
build/

cache
leak_report

*.dist
*.build
/electron/bins/

# logs
Expand All @@ -55,3 +53,4 @@ local_config.json

mech.db

/.api_keys.json
Loading

0 comments on commit 81b8853

Please sign in to comment.