Traffic-Alpha / iLLM-TSC

This repository contains the code for the paper“iLLM-TSC: Integration reinforcement learning and large language model for traffic signal control policy improvement”
Apache License 2.0
40 stars 7 forks source link

Alternative to openai please #10

Open gaya1thri opened 1 week ago

gaya1thri commented 1 week ago

Openai api key and proxy needs subscription, Is there any alternative that you can suggest us instead of open ai

pangay commented 1 week ago

I’m using GPT-4 here because of its relatively good performance. Regarding other LLM suggestions, I think any LLM that can be easily integrated into code, like Llama, can achieve similar effects. I hope this information is helpful to you.