mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-02-13 21:18:14 +01:00
fabulous does not work on Windows
This commit is contained in:
@@ -7,12 +7,12 @@ import json
|
||||
import tiktoken
|
||||
import questionary
|
||||
|
||||
from utils.style import red
|
||||
from typing import List
|
||||
from jinja2 import Environment, FileSystemLoader
|
||||
|
||||
from const.llm import MIN_TOKENS_FOR_GPT_RESPONSE, MAX_GPT_MODEL_TOKENS, MAX_QUESTIONS, END_RESPONSE
|
||||
from logger.logger import logger
|
||||
from fabulous.color import red
|
||||
from helpers.exceptions.TokenLimitError import TokenLimitError
|
||||
from utils.utils import get_prompt_components, fix_json
|
||||
from utils.spinner import spinner_start, spinner_stop
|
||||
|
||||
Reference in New Issue
Block a user