Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
105 changes: 0 additions & 105 deletions apps/Cortensor-AIOracle/.env.example

This file was deleted.

6 changes: 6 additions & 0 deletions apps/Cortensor-AIOracle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ Cortensor-AIOracle is an AI-powered oracle that uses a consensus mechanism acros
cp .env.example .env
```

### Oracle Facts Storage

Oracle facts are stored in a SQLite database (and imported once from `data/oracle-facts.json` if present).

- `ORACLE_FACTS_DB_PATH` (optional): Path to the SQLite file. Defaults to `data/oracle-facts.sqlite`.

## Usage

Once the configuration is complete, run the development server:
Expand Down
2 changes: 2 additions & 0 deletions apps/Cortensor-AIOracle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
"@radix-ui/react-toggle-group": "1.1.1",
"@radix-ui/react-tooltip": "latest",
"@tailwindcss/typography": "^0.5.16",
"@types/better-sqlite3": "^7.6.13",
"autoprefixer": "^10.4.20",
"better-sqlite3": "^12.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.4",
Expand Down
Loading