Skip to content
View flolas's full-sized avatar
🧭
🧭
  • Santiago, Chile

Highlights

  • Pro
Block or Report

Block or report flolas

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. aws-lambda-selenium-python311 aws-lambda-selenium-python311 Public

    A minimal example of a AWS Lambda Python 3.11 with Selenium working without layers or container image.

    Python 5

  2. apache-airflow-providers-teradata apache-airflow-providers-teradata Public

    Teradata's TTU tools for Apache Airflow (python 3)

    Python 2

  3. Spark Submit Hook with SSH capabilit... Spark Submit Hook with SSH capability. Tested with Airflow 1.10.x and 1.9.x (Python 3)
    1
    # -*- coding: utf-8 -*-
    2
    #
    3
    # Licensed to the Apache Software Foundation (ASF) under one
    4
    # or more contributor license agreements.  See the NOTICE file
    5
    # distributed with this work for additional information
  4. Teradata Hook for Apache Airflow usi... Teradata Hook for Apache Airflow using PyTd (Teradata Python Module)
    1
    # -*- coding: utf-8 -*-
    2
    #
    3
    # Licensed under the Apache License, Version 2.0 (the "License");
    4
    # you may not use this file except in compliance with the License.
    5
    # You may obtain a copy of the License at
  5. Working example of Langchain custom ... Working example of Langchain custom LLM for revChatGPT (ChatGPT API)
    1
    from langchain.llms.base import BaseLLM
    2
    from langchain.schema import Generation, LLMResult
    3
    from langchain.utils import get_from_dict_or_env
    4
    import asyncio
    5
    from revChatGPT.V2 import Chatbot