gameveloster

Results 26 issues of gameveloster

Hi @Zenoryne, thank you for doing this in Golang! When using the "Join Server" function, I am getting the error ``` | Unable to Join ``` Looked into the response...

I'm trying to modify this amazing software so that it can update the presence to `"dnd"`, and do this separately from the initial `IDENTIFY` request when opening a websocket connection....

**Is your feature request related to a problem or issue you encountered? Please describe.** I think having a React frontend scaffold option in addition to Vue will be great, since...

frontend

I get this error when I run `yarn` > error @terra-money/[email protected]: The engine "node" is incompatible with this module. Expected version ">=16". Got "14.19.3" Does it really require node v16...

Hello, I'm running `cbc` using Python's `pyomo` package with the `ratioGap` option set to a high value of `0.9`, so I expect the solver to terminate very quickly after starting....

@wedancedalot I cloned the repo and tried to build the `factory` contract, but its showing a build error related to `astroport-fi/terra-plus`. > failed to load source for dependency `terra-multi-test` Below...

Can this approach be used to create a nano-sized `text-davinci-003`?

I'm getting an openai `RateLimitError` when embedding my chunked texts with `"text-embedding-ada-002"`, which I have rate limited to 8 chunks of openai.error.RateLimitError: Rate limit reached for default-global-with-image-limits in organization org-xxx...

Hi, if we need to pass a long prompt to the openai LLM, what is the general strategy to handle this? Summarize then pass it as a single prompt that...

I have a function that calls the openai API multiple times. Yesterday the function crashed occasionally with the following error in my logs > error_code=None error_message='The server had an error...