rsmeowry/chatgpt_rs

Change type of apirul

Closed this issue · 1 comments

can the apiurl type &'static str be replaced with String?

Yes, I will replace it with url::Url for better consistency, as well as adding Url to prelude exports.