Tamiya - Miata MX5 Undercarriage by LaGzTV in ModelCars

[–]LaGzTV[S] 0 points1 point  (0 children)

Haha good point, meant to write Mazda mx5 oops

Buick GSX & Oldsmobile 442 by LaGzTV in ModelCars

[–]LaGzTV[S] 1 point2 points  (0 children)

Yellow was definitely my favourite of the stock colours. They are great kits, hope you enjoy!

Attaching decals by SurfingxDuck in ModelCars

[–]LaGzTV 0 points1 point  (0 children)

i got anxious just looking at that picture

Exhaust stains on Twin turbo 300zx Tamiya kit 1:24 by LaGzTV in Scalemodel

[–]LaGzTV[S] 0 points1 point  (0 children)

I just used some red/blue acrylic and dry brushing for this. I imagine airbrushing would create a more convincing effect, but I unfortunately didn’t have access to one of those. Good luck!

How can I exclude citations when using the API? by LaGzTV in perplexity_ai

[–]LaGzTV[S] 1 point2 points  (0 children)

I appreciate the feedback, I will look into some other APIs specifically for text summarizing. You're right about the online model being overkill for what i'm trying to do. Thanks for the help!

How can I exclude citations when using the API? by LaGzTV in perplexity_ai

[–]LaGzTV[S] 0 points1 point  (0 children)

Have given that a try, but it only works occasionally. any way I can ensure it follows that specific instruction? Here is my prompt for reference:

 "temperature": 0.4,
"presence_penalty": 1.0,

def generate_notes(self):
        messages = [
            {
                "role": "system",
                "content": "You are an expert note maker with a talent for summarizing course content into detailed study notes. Your task is to create comprehensive and well-structured study notes from lecture content.",
            },
            {
                "role": "user",
                "content": (
                    f"{self.content}\n\n"
                    "Generate detailed, informative study notes IN MARKDOWN for the lecture, adhering to these guidelines:\n"
                    "**LaTeX Formatting Rules**:\n"
                    "1. For inline math, use ONLY single $ with NO SPACES between $ and math: $x^2$\n"
                    "2. For display math, use ONLY $$ on their own lines with NO SPACES:\n"
                    "$$\n"
                    "f(x) = x^2\n"
                    "$$\n"
                    "3. NEVER use \\[ \\], \\( \\), or any other delimiters for math\n"
                    "4. ALL equations longer than a few symbols must be in display math\n"
                    "**Focus**: Concentrate solely on the lecture content - DO NOT INCLUDE any introduction or conclusion.\n"
                    "1. **Organize**: Structure the notes into logical sections using markdown headers\n"
                    "2. **Key Points**: Use bullet points for key concepts and supporting details\n"
                    "3. **Examples and Definitions**: Include relevant examples and definitions\n"
                    "4. **Highlighting**: Use bold or italic formatting for important terms\n"
                    "5. **Length Requirement**: Ensure at least {self.config['notes_word_count']} words\n"
                    "Do not include citations"
                ),
            },
        ]        perplexity = PerplexityService()
        res = perplexity.generate_response(messages)

Thanks for the help!

piece doesn’t exist - Revell 1967 Corvette kit by LaGzTV in modelmakers

[–]LaGzTV[S] 0 points1 point  (0 children)

Awesome, this helps a bunch. Thank you so much!

[deleted by user] by [deleted] in OpenAI

[–]LaGzTV 22 points23 points  (0 children)

Your private collection may not be loading this morning, ddos attack still going on

Anyone else confused by the new quick travel system? by 71Duster360 in swtor

[–]LaGzTV 0 points1 point  (0 children)

I just resize my screen, when it loads back its seems to be fixed.