chao1224 / ChatDrug

LLM for Drug Editing, ICLR 2024
https://chao1224.github.io/ChatDrug
141 stars 8 forks source link

Could you please share the code for applying the Vicuna model? #9

Open peggy-minyao opened 1 year ago

peggy-minyao commented 1 year ago

Hello!I would like to run the code once, but it seems that the ChatGPT API requires payment. I noticed that you mentioned applying the Vicuna model in your Complete function(in Conversational_LLMs_utils.py). Could you share it?

chao1224 commented 1 year ago

Hi @peggy-minyao, thank you for the question.

We do leave a placeholder for that, and @Jayfeather1024 can help follow this.

SaraiQX commented 1 year ago

Hi ChatDrug team, great thanks for this amazing work. I do have the same question as Vicuna v1.5 performs quite well. Also I recommend serving frameworks like FastChat which naturally support vicuna models and can form oepnai compatible API.