Christopher S. Penn
Christopher S. Penn
In my execute, I'm able to easily tell fastRtext to use bigrams, per the instructions/commands for fasttext: ``` execute( commands = c( "skipgram", "-input", tmp_file_txt, "-output", tmp_file_model, "-verbose", 1, "-wordNgrams",...
## What goes wrong When doing the basic authentication sequence now, returns an error. ## Steps to reproduce the problem ``` options(searchConsoleR.client_id = rgaoauthid) options(searchConsoleR.client_secret = rgaoauthsecret) if (!exists("auth")) {...
A number of open source models like LLaMa 2 can run in local environments where there's a webserver (like LM Studio, Koboldcpp, etc.) that has identical endpoints to OpenAI. Can...