Skip to content

Commit

Permalink
debug docs and add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Oct 17, 2023
1 parent a90bdb3 commit fe0f9b5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bots/eden_bot/channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@
ABRAHAM_ABRAHAM = 911125237184204810
ABRAHAM_EDEN = 1003581679916548207
ABRAHAM_CORE_EDEN = 1004656589124415518
ABRAHAM_DEVS_GENERAL = 898297428011266080
ABRAHAM_DEVS_GATEWAY = 898291497911353384
ABRAHAM_DEVS_FRONTEND = 898291520975826964

ABRAHAM_DEVS_GENERAL = 898297428011266080
ABRAHAM_DEVS_DEV = 898291520975826964
ABRAHAM_DEVS_SOCIAL = 1122923655647735878
ABRAHAM_DEVS_EDEN = 917084656782954557
ABRAHAM_DEVS_GENERATOR = 932524789636169728
ABRAHAM_DEVS_BOTS = 984944839542059019
Expand Down
6 changes: 6 additions & 0 deletions bots/eden_bot/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
channels.ABRAHAM_BOTDEV_GENERAL,
channels.ABRAHAM_EDEN,
channels.ABRAHAM_CORE_EDEN,
channels.ABRAHAM_DEVS_GENERAL,
channels.ABRAHAM_DEVS_DEV,
channels.ABRAHAM_DEVS_SOCIAL,
],
},
"prod": {
Expand All @@ -38,6 +41,9 @@
channels.MARS_2023_EDEN,
channels.MARS_AI,
channels.ABRAHAM_DEVS_BOTS,
channels.ABRAHAM_DEVS_GENERAL,
channels.ABRAHAM_DEVS_DEV,
channels.ABRAHAM_DEVS_SOCIAL,
channels.ABRAHAM_EDEN,
channels.ABRAHAM_CORE_EDEN,
channels.BRAINDROPS_STABLEDIFFUSION,
Expand Down
3 changes: 3 additions & 0 deletions bots/eden_bot/eden_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@
from logos.sample_data.docs import get_sample_docs
os.environ['OPENAI_API_KEY'] = os.environ['LM_OPENAI_API_KEY']
docs = get_sample_docs()
print("DOCS")
print(docs)
qa = QAChat(docs)
print(qa)


@dataclass
Expand Down

0 comments on commit fe0f9b5

Please sign in to comment.