Alex Al-Saffar

Results 36 comments of Alex Al-Saffar

* `openai` says its `1.7.1` * I just started a clean venv and installed nothing but `pyautogen` and I can confirm that my code is exactly matching the example, concretly:...

@ekzhu Thanks, finally, I got to the buttom of it. But for your info, I hacked it just to do what you said, becaue without the hack the constructor refuses...

@rickyloynd-microsoft Yep. I'm going ahead with that. I just thought that `get_config_list` constructor was useful because it provides gaurdrails about what is expected and what is not. So I guess...

@abhishekrai43 Here is the config that worked for my after 100's of trials .. # Personal: ```python config_list = autogen.get_config_list(api_keys=[Read.ini(P.home().joinpath("dotfiles/creds/tokens/openai.ini"))['tokens']['alsaffar']], base_urls=None, api_type=None, api_version=None) config_list[0]["model"] = "gpt-3.5-turbo-16k" ``` # Azure ```python...

@Jwaegebaert environment variables workaround is okay, but I really wanted a cross-shell solution since the tool is cross-platform. For instance, I tried it inside a Python shell and it didn't...

@waldekmastykarz OMG this is a hidden secret. I just tried `--bodyContent @file.md` and it worked! Ummm, unfortunately, by typing `m365 outlook mail send --help` You would think that this encompasses...

Thanks for expressing interest. That's a lot of ideas for first comment. We can start simple by hardcoding the exclusion of cache files and generated code. There are good tools...

I see. In general, you seem to have many reservations about any algorithm based on certain git-committing behaviour as it cracks with repos developed by coders with different behaviour. I...

I can confirm the script works like a dream with latest version.

``` ─ - move around, - ───────────────────────────────────────────────────┘ enter folder, - parent folder, - zoom in/out/reset, - quit s │ │ │ │ │ │ │ │ │ │ If you...