HeavenHM

Results 55 comments of HeavenHM

> I think you can use two MTE like this > > 0428 = hello FFCC = world > > I know It's not same that 0428FFCC but can.work sometime...

> I will check how I can implement easily Dont worry i can add that feature and create PR to that, you worry about main issue of **RAM** management it...

Add more examples for **Winform** apps all sample are **WPF** ? why

> The development of the control is focussed on WPF. but I can add more sample in the Winform sample project No sample projects are not good, Just add different...

Still AED base currency rates are not available.

We need to add PALM 2 (https://developers.generativeai.google/tutorials/text_quickstart) and not Vertex AI support because Vertex AI is added but PALM 2 is different

@Zaid-maker Fixed the spelling now check

Its fixed in one PR not merged yet that one is working for me. https://github.com/stitionai/devika/pull/49

It has not been merged yet i just merged the repo itself to my code.

I also have the same issue. ```python File "/Users/haseeb-mir/Documents/Code/Python/devika/src/llm/llm.py", line 60, in inference response = OpenAI().inference(self.model_id, prompt).strip() ^^^^^^^^ TypeError: OpenAI.__init__() missing 1 required positional argument: 'api_key' ```