SongChiyoung

Results 31 comments of SongChiyoung

I have same error. When I delete MarkerDragEvent handler and I can run apk in lollipop and marshmallow. But still we cannot see marker and line and ETC... That's error...

@ekzhu @Ethan0456 As an AutoGen user who has been eagerly looking forward to this PR, I wanted to share my thoughts in detail. It's a bit long, but I hope...

Llama support is cool! could you adding `register_transformer` at `_message_transfrom` to? https://github.com/microsoft/autogen/blob/main/python/packages/autogen-ext/src/autogen_ext/models/openai/_message_transform.py You could start with `__BASE_TRANSFORMER_MAP` or build `__LLAMA_TRANSFROMER_MAP` same as `__BASE_TRANSFORMER_MAP` for future modified. https://github.com/microsoft/autogen/blob/c7757de59eaa6cf3a7cd039ccddcdb7ceadd724f/python/packages/autogen-ext/src/autogen_ext/models/openai/_message_transform.py#L413-L432 and... https://github.com/microsoft/autogen/blob/c7757de59eaa6cf3a7cd039ccddcdb7ceadd724f/python/packages/autogen-ext/src/autogen_ext/models/openai/_message_transform.py#L470-L492 ---...

Check : https://github.com/microsoft/autogen/pull/6158 👋 While working on supporting Mistral models (e.g., mistral-large-latest, codestral-latest), I noticed that the current approach for inferring model_family via prefix matching may not work reliably anymore....

@ekzhu Cool. So, how could I do that...? Maybe I does not have capability of adding that issue to #6011.

First of all, this is not a bug. haha When using a model name that is not a valid OpenAI model, you need to provide the `model_info` parameter. AutoGen works...

@xsw1006931693 Let's check step by step for find real issue in there. 1. Run it with AutoGen without MCP 2. Run it with AutoGen with MCP too and, first of...

And, at the AutoGen... With using wrong URL, does not makes error before `really run it`. Case ```python client = OllamaChatCompletionClient( model="llama3.1:latest", host="121.212.1212:1212/", api_key="ollama", ) messages = [ UserMessage(content="hello", source="user"),...

> ![Image](https://github.com/user-attachments/assets/cf9318f0-51b9-4298-9150-6f3ad1497826) Umm why, at the code model name is `llama3:8b` however at the error code `7lama3:8b`..? Please check it.

Cool, how about with MCP? However I do not know about MCP a lot. If you have other issue in there, I could not help you.