Jaigouk Kim

Results 26 comments of Jaigouk Kim

In my case, I ended up extending `StubSessionProxy` https://github.com/jaigouk/stub_solr

In my case, I ended up extending StubSessionProxy https://github.com/jaigouk/stub_solr

for rails 6 without adding raw package in vendor/assets, I used npm package `app/assets/javascripts/application.js` ``` //= require jquery //= require codemirror/lib/codemirror //= require_tree . ``` `config/webpack/environment.js` ``` const { environment...

here is what I am using for dracula in my vscode ``` "terminal.integrated.cursorBlinking": false, // https://github.com/ryanoasis/nerd-fonts#option-3-install-script "terminal.integrated.fontFamily": "'FiraCode Nerd Font Retina', 'Hack Nerd Font', monospace", "terminal.integrated.profiles.linux": { "zsh (login)": {...

i ended up running proxy.js https://github.com/jaigouk/chatgpt-advanced/blob/main/proxy.js

For prompts, maybe, we can let the enduser to define it instead of hard coding the template. or we use it as default fallback there is also a tool from...

I think we can inject it like this within frontend https://github.com/jaigouk/storm_wiki/blob/main/util/search.py#L108

with open pr, i added it as an option https://github.com/stanford-oval/storm/pull/123/files#diff-37f221c91338a31be4c31f8c6db06b6af74b5544a75e3486b0e891630bea5194R183

i guess we can refine this further to configure search and llm models. - list available search engines and add configuration options if there is api key for them in...

is it ok to reopen and resolve some comments?