Electro-Sutra / test_realtime_feedback.py
RohanAi's picture
Upload 11 files
8feda73 verified
raw
history blame contribute delete
316 Bytes
from config import Config
from realtime_feedback import RealTimeTestCaseGenerator
cfg = Config(openai_api_key='test-key', openai_base_url='https://api.ai.it.ufl.edu')
print('Config OK', cfg.openai_api_key, cfg.openai_base_url)
streamer = RealTimeTestCaseGenerator(cfg)
print('Streamer created:', streamer)