nbro10
nbro10
If you look at the theme, in a mobile mode, you will see that the markers (which are squares) of the nested menu items are black (or some very dark...
Often, we don't need all info from a response. For example, if we query an ad, maybe we just need the campaign ID associated with it and maybe the name....
### Describe the bug According to [the docs](https://platform.openai.com/docs/api-reference/completions/create#completions/create-logit_bias), `logit_bias` defaults to `null`, but if we pass `None` to this parameter we get `openai.error.InvalidRequestError` > openai.error.InvalidRequestError: None is not of type...
### Describe the bug [The documentation](https://platform.openai.com/docs/api-reference/completions/create#completions/create-frequency_penalty) says > Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the...
### Describe the feature or improvement you're requesting People often need to calculate the number of tokens in the `prompt` and `suffix` parameters of the `completions` endpoint or in the...
## What's going wrong? If we do `pm2 flush`, only the logs at `.pm2/pm2.log` are flushed (cleared) Apparently, to flush the logs of an app with need to specify the...
## Bug report ### Required System information - Node.js version: v20.9.0 - NPM version: 10.1.0 - Strapi version: v4.20.1 - Database: PostgreSQL - Operating system: Ubuntu and Mac - Is...
## Bug report If I go to `Settings`, then `ADMINISTRATION PANEL`, `Users` and go the the bottom of the panel and click the right arrow to switch the page of...
### Info 1. zeep version: `4.2.1` (but the issues occurs with version 4.0.0 too) 2. To reproduce this issue, just create a file `zeep_problem.py` with e.g. this import `from zeep.exceptions...
Currently, ``` def exchange_user_access_token( self, response: str, redirect_uri: Optional[str] = None, scope: Optional[List[str]] = None, **kwargs, ) -> dict: """ :param response: The redirect response url for authorize redirect :param...