Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Merge branch 'development' into refactor/general
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 authored Nov 26, 2023
2 parents 10f14f8 + c015fc7 commit 1ee033c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ ANALYTICS_MODE=

# Use `trace` to get verbose logging or `info` to show less
LOG_LEVEL=debug
LOGDNA_INGESTION_KEY=
OPENAI_API_HOST=https://api.openai.com
OPENAI_API_KEY=
CHATGPT_USER_PROMPT_FOR_IMPORTANT_WORDS="I need your help to find important words (e.g. unique adjectives) from github issue below and I want to parse them easily so please separate them using #(No other contexts needed). Please separate the words by # so I can parse them easily. Please answer simply as I only need the important words. Here is the issue content.\n"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ cd ubiquibot
yarn
yarn build (to compile your changes)

yarn build --watch (to locally auto compile your changes)
yarn build --watch (to locally auto compile your changes)

yarn start:watch

## It's recommended to split terminals in your IDE while running above input
Expand Down

0 comments on commit 1ee033c

Please sign in to comment.