Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/fireworks integration #2089

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

somashekhar161
Copy link

@somashekhar161 somashekhar161 commented Sep 20, 2024

Description

issue : #1945

FEAT : added fireworks integration

used template used for openai

new dependencies :
llama-index-llms-fireworks = {version = "^0.1.5", optional = false}
llama-index-embeddings-fireworks = {version = "^0.1.2", optional = false}

HOW TO RUN :
install dependencies
poetry install --extras "ui llms-fireworks embeddings-fireworks vector-stores-qdrant embeddings-openai"

set api key:
set FIREWORKS_API_KEY=YOUR_FIREWORKS_API_KEY

set profile:
set PGPT_PROFILES=fireworks

run:
make run

Type of Change

Please delete options that are not relevant.

  • [fixed UI where input overflow at14 inch laptop screen ] Bug fix (non-breaking change which fixes an issue)
  • [ added fireworks integration ] New feature (non-breaking change which adds functionality)
  • [dependency update : poetry install --extras "ui llms-fireworks embeddings-fireworks vector-stores-qdrant embeddings-openai" ] This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • I stared at the code and made sure it makes sense

Test Configuration:

  • Firmware version: 0.6.0
  • Hardware: windows 10 22H2 laptop
  • Toolchain: NONE
  • SDK: NONE

Checklist:

  • [ 🆗 ] My code follows the style guidelines of this project
  • [🆗 ] I have performed a self-review of my code
  • [🆗 ] I have commented my code, particularly in hard-to-understand areas
  • [ 🆗 ] I have made corresponding changes to the documentation
  • [🆗 ] My changes generate no new warnings

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant