Skip to content

Commit

Permalink
Tiny Util for Generating Feedback With O1 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay authored Oct 28, 2024
1 parent 4582fce commit 9b9a351
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ RUST_LOG=debug,error,mina_mesh=info
RUST_ENV=production

SNAP_CHECK=1

# Only necessary if you want to run OpenAI-related tasks
OPENAI_API_KEY=""
3 changes: 3 additions & 0 deletions .env.example.devnet
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ MINAMESH_GENESIS_BLOCK_IDENTIFIER_HEIGHT=296372

RUST_LOG=debug,error,mina_mesh=info
RUST_ENV=production

# Only necessary if you want to run OpenAI-related tasks
OPENAI_API_KEY=""
9 changes: 4 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
.DS_Store
.direnv
.env
.envrc
FEEDBACK.md
archive
src/graphql/generated.rs
sql_scripts
src/graphql/generated.rs
target

# direnv
.envrc
.direnv
1 change: 0 additions & 1 deletion tasks/dl.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { dedent } from "@qnighy/dedent"
import { assert, assertExists } from "@std/assert"
import { parseArgs } from "@std/cli"
import { format } from "@std/datetime"
Expand Down
1 change: 1 addition & 0 deletions words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ minafoundation
MINAMESH
navroot
nocapture
openai
openapi
piotr
preprocess
Expand Down

0 comments on commit 9b9a351

Please sign in to comment.