Igor Tarasenko

Results 25 comments of Igor Tarasenko

Hi Quentin, I did try to reproduce your problem with `Cocoapods 1.3.1` and `Cocoapods 1.4.0.beta.2`. But in both cases, `Alamofire.framework` was successfully built and placed in the `Rome` folder. I...

I think that renaming `rementis - delivery` folder to something like `rementis_delivery` will fix your issue. It looks like spaces in the project path cause this error.

It is possible to pass output parser to the agent executor. Here is how I did: ```python class NewAgentOutputParser(BaseOutputParser): def get_format_instructions(self) -> str: return FORMAT_INSTRUCTIONS def parse(self, text: str) ->...

@gambastyle I did some modifications to system message, but that is not related to the problem. You can find default system message [here](https://github.com/hwchase17/langchain/blob/d85f57ef9cbbbd5e512e064fb81c531b28c6591c/langchain/agents/conversational_chat/prompt.py#L2). I just wanted to show my approach...

@tiagoefreitas I checked it, his approach is similar to what I did, and he did it directly in the library code. I would even say that his approach is better,...

If you are hosting locally - make sure that you have `server.limiter` set to `false` and `json` is included in `search.formats`. These parameters can be defined in `searxng/settings.yml`. ``` server:...

Hi @skoshy, you can already share audios to WhisperBoard using the share sheet. Thanks for the Quick Action suggestion. It might be worth exploring.

Hi @SugarRayLua , do I understand correctly that you are talking about file list screen that is moving from the left side and back?

Hi @bigbenbird, thanks for the nice words! For the first item - I am planning to add both import and export of audio files. For the live transcription I am...

Sharing of audio files is added and available in the latest App Store version. For the live transcription - I will introduce it later for small models.