Traffic-Alpha / LLM-Assisted-Light

This repository contains the code for the paper "LLM-Assisted Light: Leveraging Large Language Model Capabilities for Human-Mimetic Traffic Signal Control in Complex Urban Environments".
Apache License 2.0
31 stars 2 forks source link

Missing config file #4

Closed BGGiser closed 2 months ago

BGGiser commented 2 months ago

Missing config file in 'utils' folder, program does not run properly

wmn7 commented 2 months ago

Hello,

The format of config is as follows:

OPENAI_API_BASE: "https://api.openai.com/v1"
OPENAI_PROXY: xxx
OPENAI_API_KEY: xxx
OPENAI_API_MODEL: "gpt-4-1106-preview" # gpt-4, gpt-3.5-turbo-16k

Since it contains OPENAI_API_KEY, we did not upload it. You can write it according to the above format.