new structure for transcription engine
- found problems with mps - integrated jinja2 templates for rendering (.tex?) - raw ui & bad structure
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import openai
|
||||
|
||||
|
||||
# maybe make it asynchronous?
|
||||
class LLMrequest:
|
||||
def __init__(self, api_key: str, model_name: str, base_url: str = None):
|
||||
if base_url:
|
||||
|
||||
Reference in New Issue
Block a user