Skip to content

Instantly share code, notes, and snippets.

View elbruno's full-sized avatar
💭
@Home rocking some AI projects

El Bruno elbruno

💭
@Home rocking some AI projects
View GitHub Profile
@elbruno
elbruno / skollamaphi3localrag.cs
Created June 17, 2024 22:32
skollamaphi3localrag.cs
// Copyright (c) 2024
// Author : Bruno Capuano
// Change Log :
// - Sample console application to use a local model hosted in ollama and semantic memory for search
//
// The MIT License (MIT)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
@elbruno
elbruno / skazureaisearchchat.cs
Created June 14, 2024 13:42
skazureaisearchchat.cs
// Copyright (c) 2024
// Author : Bruno Capuano
// Change Log :
// - Sample console application to use Azure OpenAI Search and Semantic Kernel
//
// The MIT License (MIT)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
@elbruno
elbruno / openaisdkvisionsample.cs
Created June 7, 2024 10:24
openaisdkvisionsample.cs
// Copyright (c) 2024
// Author : Bruno Capuano
// Change Log :
//
// The MIT License (MIT)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@elbruno
elbruno / openaisdkaudiosample.cs
Created June 7, 2024 10:05
openaisdkaudiosample.cs
// Copyright (c) 2024
// Author : Bruno Capuano
// Change Log :
//
// The MIT License (MIT)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@elbruno
elbruno / openaisdknetchat.cs
Created June 7, 2024 09:56
openaisdknetchat.cs
// Copyright (c) 2024
// Author : Bruno Capuano
// Change Log :
//
// The MIT License (MIT)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@elbruno
elbruno / skllama3rpi.cs
Created April 30, 2024 16:29
skllama3rpi.cs
// Copyright (c) 2024
// Author : Bruno Capuano
// Change Log :
// - Sample console application to use llama3 LLM running in a Raspberry Pi with Semantic Kernel
//
// The MIT License (MIT)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
@elbruno
elbruno / skaoaidemo.cs
Created April 30, 2024 16:25
skaoaidemo.cs
// Copyright (c) 2024
// Author : Bruno Capuano
// Change Log :
// - Sample console application to use AOAI with Semantic Kernel
//
// The MIT License (MIT)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
@elbruno
elbruno / ollamasharpskchattexttest.cs
Created April 1, 2024 13:07
ollamasharpskchattexttest.cs
// Copyright (c) 2024
// Author : Bruno Capuano
// Change Log :
// - Sample console application to use llama2 LLM running locally in Ubuntu with Semantic Kernel
//
// The MIT License (MIT)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
@elbruno
elbruno / ollamasharpskchatcompletion.cs
Created April 1, 2024 13:06
ollamasharpskchatcompletion.cs
// Copyright (c) 2024
// Author : Bruno Capuano
// Change Log :
// - Sample Chat Completion Service for Ollama models
//
// The MIT License (MIT)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
@elbruno
elbruno / ollamasharpsktextgeneration.cs
Created April 1, 2024 13:04
ollamasharpsktextgeneration.cs
// Copyright (c) 2024
// Author : Bruno Capuano
// Change Log :
// - Sample Text Generation Service for Ollama models
//
// The MIT License (MIT)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights