Skip to content

Commit

Permalink
Move OFV to gnosis folder instead of kongzii
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Jul 9, 2024
1 parent 4f7fd61 commit 3a5678a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import typer
import json
import pandas as pd
from packages.kongzii.customs.ofv_market_resolver.ofv_market_resolver import (
from packages.gnosis.customs.ofv_market_resolver.ofv_market_resolver import (
run as ofv_run,
)
from packages.napthaai.customs.resolve_market_reasoning.resolve_market_reasoning import (
Expand Down Expand Up @@ -74,7 +74,7 @@ def full(
Example command:
```
python packages/kongzii/customs/ofv_market_resolver/benchmark.py full markets.tsv {openai api key} {serper api key} {google api key} {google engine id}
python packages/gnosis/customs/ofv_market_resolver/benchmark.py full markets.tsv {openai api key} {serper api key} {google api key} {google engine id}
```
"""
df = pd.read_csv(data_path, sep="\t")
Expand Down Expand Up @@ -135,7 +135,7 @@ def single(
Example command:
```
python packages/kongzii/customs/ofv_market_resolver/benchmark.py single "Will McDonald's successfully buy back all its Israeli restaurants by 12 April 2024?" {openai api key} {serper api key}
python packages/gnosis/customs/ofv_market_resolver/benchmark.py single "Will McDonald's successfully buy back all its Israeli restaurants by 12 April 2024?" {openai api key} {serper api key}
```
"""
ofv_run(
Expand Down

0 comments on commit 3a5678a

Please sign in to comment.